#BCB854

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

Shades of Olive Green #BCB854

Tints of Olive Green #BCB854

Color information

#BCB854 (or 0xBCB854) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 54. RGB value is (188,184,84). Sum of RGB (Red+Green+Blue) = 188+184+84=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB854 is #4347AB. Grayscale: #AEAEAE. Windows color (decimal): -4409260 or 5552316. OLE color: 5552316.

HSL color Cylindrical-coordinate representation of color #BCB854: hue angle of 57.69º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCB854 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB18818484-
CMYK00.020.550.26
HSL57.69º43.7%53.33%-
HSV(B)57.69º55.32%73.73%-
XYZ39.4845.6115.11-
YUV173.877.33138.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=41.23%
G=40.35%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881848400.020.550.2657.6943.753.33
HexBCB85402371A3a2c35
Octal274270124026732725465
Binary1011110010111000101010001011011111010111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB854; }

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

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

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

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

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

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

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

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