#B2BB32

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

Shades of Bahia #B2BB32

Tints of Bahia #B2BB32

Color information

#B2BB32 (or 0xB2BB32) is unknown color: approx Bahia. HEX triplet: B2, BB and 32. RGB value is (178,187,50). Sum of RGB (Red+Green+Blue) = 178+187+50=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB32 is #4D44CD. Grayscale: #A9A9A9. Windows color (decimal): -5063886 or 3324850. OLE color: 3324850.

HSL color Cylindrical-coordinate representation of color #B2BB32: hue angle of 63.94º 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 #B2BB32 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB17818750-
CMYK0.0500.730.27
HSL63.94º57.81%46.47%-
HSV(B)63.94º73.26%73.33%-
XYZ36.7145.249.81-
YUV168.6961.02134.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 50 (19.92% from 255) = 12.05%
R=42.89%
G=45.06%
B=12.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178187500.0500.730.2763.9457.8146.47
HexB2BB3250491B403a2e
Octal2622736250111331007256
Binary101100101011101111001010101001001110111000000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB32; }

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

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

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

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

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

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

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

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