#BBB14F

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

Shades of Olive Green #BBB14F

Tints of Olive Green #BBB14F

Color information

#BBB14F (or 0xBBB14F) is unknown color: approx Olive Green. HEX triplet: BB, B1 and 4F. RGB value is (187,177,79). Sum of RGB (Red+Green+Blue) = 187+177+79=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB14F is #444EB0. Grayscale: #A9A9A9. Windows color (decimal): -4476593 or 5222843. OLE color: 5222843.

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

Color convert

RGB18717779-
CMYK00.050.580.27
HSL54.44º44.26%52.16%-
HSV(B)54.44º57.75%73.33%-
XYZ37.6342.5713.63-
YUV168.8277.31140.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=42.21%
G=39.95%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871777900.050.580.2754.4444.2652.16
HexBBB14F053A1B362c34
Octal273261117057233665464
Binary10111011101100011001111010111101011011110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB14F; }

 p { color: rgb(187,177,79); }

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

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

 a { background-color: rgb(187,177,79); }

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

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

 span { border-color: rgb(187,177,79); }

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