#BCB855

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

Shades of Olive Green #BCB855

Tints of Olive Green #BCB855

Color information

#BCB855 (or 0xBCB855) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 55. RGB value is (188,184,85). Sum of RGB (Red+Green+Blue) = 188+184+85=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB855 is #4347AA. Grayscale: #AEAEAE. Windows color (decimal): -4409259 or 5617852. OLE color: 5617852.

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

Color convert

RGB18818485-
CMYK00.020.550.26
HSL57.67º43.46%53.53%-
HSV(B)57.67º54.79%73.73%-
XYZ39.5245.6315.32-
YUV173.9177.83138.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=41.14%
G=40.26%
B=18.60%

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
Decimal1881848500.020.550.2657.6743.4653.53
HexBCB85502371A3a2b36
Octal274270125026732725366
Binary1011110010111000101010101011011111010111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB855; }

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

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

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

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

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

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

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

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