#B4BB2D

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

Shades of Bahia #B4BB2D

Tints of Bahia #B4BB2D

Color information

#B4BB2D (or 0xB4BB2D) is unknown color: approx Bahia. HEX triplet: B4, BB and 2D. RGB value is (180,187,45). Sum of RGB (Red+Green+Blue) = 180+187+45=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB2D is #4B44D2. Grayscale: #A9A9A9. Windows color (decimal): -4932819 or 2997172. OLE color: 2997172.

HSL color Cylindrical-coordinate representation of color #B4BB2D: hue angle of 62.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4BB2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18018745-
CMYK0.0400.760.27
HSL62.96º61.21%45.49%-
HSV(B)62.96º75.94%73.33%-
XYZ37.0745.439.3-
YUV168.7258.18136.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 45 (17.97% from 255) = 10.92%
R=43.69%
G=45.39%
B=10.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180187450.0400.760.2762.9661.2145.49
HexB4BB2D404C1B3f3d2d
Octal264273554011433777555
Binary10110100101110111011011000100110011011111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BB2D; }

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

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

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

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

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

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

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

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