#BBB054

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

Shades of Olive Green #BBB054

Tints of Olive Green #BBB054

Color information

#BBB054 (or 0xBBB054) is unknown color: approx Olive Green. HEX triplet: BB, B0 and 54. RGB value is (187,176,84). Sum of RGB (Red+Green+Blue) = 187+176+84=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB054 is #444FAB. Grayscale: #A9A9A9. Windows color (decimal): -4476844 or 5550267. OLE color: 5550267.

HSL color Cylindrical-coordinate representation of color #BBB054: hue angle of 53.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBB054 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18717684-
CMYK00.060.550.27
HSL53.59º43.1%53.14%-
HSV(B)53.59º55.08%73.33%-
XYZ37.6242.2614.56-
YUV168.880.14140.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=41.83%
G=39.37%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871768400.060.550.2753.5943.153.14
HexBBB05406371B362b35
Octal273260124066733665365
Binary10111011101100001010100011011011111011110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB054; }

 p { color: rgb(187,176,84); }

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

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

 a { background-color: rgb(187,176,84); }

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

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

 span { border-color: rgb(187,176,84); }

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