#BBB54C

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

Shades of Olive Green #BBB54C

Tints of Olive Green #BBB54C

Color information

#BBB54C (or 0xBBB54C) is unknown color: approx Olive Green. HEX triplet: BB, B5 and 4C. RGB value is (187,181,76). Sum of RGB (Red+Green+Blue) = 187+181+76=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB54C is #444AB3. Grayscale: #ABABAB. Windows color (decimal): -4475572 or 5027259. OLE color: 5027259.

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

Color convert

RGB18718176-
CMYK00.030.590.27
HSL56.76º44.94%51.57%-
HSV(B)56.76º59.36%73.33%-
XYZ38.3244.1313.34-
YUV170.8274.49139.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=42.12%
G=40.77%
B=17.12%

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
Decimal1871817600.030.590.2756.7644.9451.57
HexBBB54C033B1B392d34
Octal273265114037333715564
Binary1011101110110101100110001111101111011111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB54C; }

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

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

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

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

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

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

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

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