#BBB54D

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

Shades of Olive Green #BBB54D

Tints of Olive Green #BBB54D

Color information

#BBB54D (or 0xBBB54D) is unknown color: approx Olive Green. HEX triplet: BB, B5 and 4D. RGB value is (187,181,77). Sum of RGB (Red+Green+Blue) = 187+181+77=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB54D is #444AB2. Grayscale: #ABABAB. Windows color (decimal): -4475571 or 5092795. OLE color: 5092795.

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

Color convert

RGB18718177-
CMYK00.030.590.27
HSL56.73º44.72%51.76%-
HSV(B)56.73º58.82%73.33%-
XYZ38.3644.1513.52-
YUV170.9474.99139.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 77 (30.47% from 255) = 17.30%
R=42.02%
G=40.67%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871817700.030.590.2756.7344.7251.76
HexBBB54D033B1B392d34
Octal273265115037333715564
Binary1011101110110101100110101111101111011111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB54D; }

 p { color: rgb(187,181,77); }

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

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

 a { background-color: rgb(187,181,77); }

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

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

 span { border-color: rgb(187,181,77); }

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