#B2BF24

Color #B2BF24 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B2BF24

Tints of Bahia #B2BF24

Color information

#B2BF24 (or 0xB2BF24) is unknown color: approx Bahia. HEX triplet: B2, BF and 24. RGB value is (178,191,36). Sum of RGB (Red+Green+Blue) = 178+191+36=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF24 is #4D40DB. Grayscale: #AAAAAA. Windows color (decimal): -5062876 or 2408370. OLE color: 2408370.

HSL color Cylindrical-coordinate representation of color #B2BF24: hue angle of 65.03º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2BF24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB17819136-
CMYK0.0700.810.25
HSL65.03º68.28%44.51%-
HSV(B)65.03º81.15%74.9%-
XYZ37.3146.858.75-
YUV169.4452.69134.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 36 (14.45% from 255) = 8.89%
R=43.95%
G=47.16%
B=8.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191360.0700.810.2565.0368.2844.51
HexB2BF2470511941442d
Octal26227744701213110110455
Binary1011001010111111100100111010100011100110000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF24; }

 p { color: rgb(178,191,36); }

 H1.HeaderClassName
 {
   color: #B2BF24;
 }
 .AnyTagClassName
 {
   color: #B2BF24;
 }
</style>
background-color css

<style>
 a { background-color: #B2BF24; }

 a { background-color: rgb(178,191,36); }

 div.DivClassName
 {
   background-color: #B2BF24;
 }
 .BgClassName
 {
   background-color: #B2BF24;
 }
</style>
border-color css

<style>
 span { border-color: #B2BF24; }

 span { border-color: rgb(178,191,36); }

 td.TdClassName
 {
   border-color: #B2BF24;
 }
 .TagClassName
 {
   border-color: #B2BF24;
 }
</style>