#BBB854

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

Shades of Olive Green #BBB854

Tints of Olive Green #BBB854

Color information

#BBB854 (or 0xBBB854) is unknown color: approx Olive Green. HEX triplet: BB, B8 and 54. RGB value is (187,184,84). Sum of RGB (Red+Green+Blue) = 187+184+84=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB854 is #4447AB. Grayscale: #ADADAD. Windows color (decimal): -4474796 or 5552315. OLE color: 5552315.

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

Color convert

RGB18718484-
CMYK00.020.550.27
HSL58.25º43.1%53.14%-
HSV(B)58.25º55.08%73.33%-
XYZ39.2345.4915.1-
YUV173.577.49137.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=41.10%
G=40.44%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871848400.020.550.2758.2543.153.14
HexBBB85402371B3a2b35
Octal273270124026733725365
Binary1011101110111000101010001011011111011111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB854; }

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

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

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

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

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

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

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

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