#B4BB32

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

Shades of Bahia #B4BB32

Tints of Bahia #B4BB32

Color information

#B4BB32 (or 0xB4BB32) is unknown color: approx Bahia. HEX triplet: B4, BB and 32. RGB value is (180,187,50). Sum of RGB (Red+Green+Blue) = 180+187+50=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB32 is #4B44CD. Grayscale: #A9A9A9. Windows color (decimal): -4932814 or 3324852. OLE color: 3324852.

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

Color convert

RGB18018750-
CMYK0.0400.730.27
HSL63.07º57.81%46.47%-
HSV(B)63.07º73.26%73.33%-
XYZ37.1745.479.84-
YUV169.2960.68135.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 50 (19.92% from 255) = 11.99%
R=43.17%
G=44.84%
B=11.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180187500.0400.730.2763.0757.8146.47
HexB4BB3240491B3f3a2e
Octal264273624011133777256
Binary10110100101110111100101000100100111011111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB32; }

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

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

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

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

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

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

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

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