#B0BB32

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

Shades of Bahia #B0BB32

Tints of Bahia #B0BB32

Color information

#B0BB32 (or 0xB0BB32) is unknown color: approx Bahia. HEX triplet: B0, BB and 32. RGB value is (176,187,50). Sum of RGB (Red+Green+Blue) = 176+187+50=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BB32 is #4F44CD. Grayscale: #A8A8A8. Windows color (decimal): -5194958 or 3324848. OLE color: 3324848.

HSL color Cylindrical-coordinate representation of color #B0BB32: hue angle of 64.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0BB32 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB17618750-
CMYK0.0600.730.27
HSL64.82º57.81%46.47%-
HSV(B)64.82º73.26%73.33%-
XYZ36.25459.79-
YUV168.0961.36133.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=42.62%
G=45.28%
B=12.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176187500.0600.730.2764.8257.8146.47
HexB0BB3260491B413a2e
Octal2602736260111331017256
Binary101100001011101111001011001001001110111000001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB32; }

 p { color: rgb(176,187,50); }

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

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

 a { background-color: rgb(176,187,50); }

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

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

 span { border-color: rgb(176,187,50); }

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