#BCBC5C

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

Shades of Olive Green #BCBC5C

Tints of Olive Green #BCBC5C

Color information

#BCBC5C (or 0xBCBC5C) is unknown color: approx Olive Green. HEX triplet: BC, BC and 5C. RGB value is (188,188,92). Sum of RGB (Red+Green+Blue) = 188+188+92=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC5C is #4343A3. Grayscale: #B1B1B1. Windows color (decimal): -4408228 or 6077628. OLE color: 6077628.

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

Color convert

RGB18818892-
CMYK000.510.26
HSL60º41.74%54.9%-
HSV(B)60º51.06%73.73%-
XYZ40.6547.4317.14-
YUV177.0680135.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=40.17%
G=40.17%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818892000.510.266041.7454.9
HexBCBC5C00331A3c2a37
Octal274274134006332745267
Binary101111001011110010111000011001111010111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC5C; }

 p { color: rgb(188,188,92); }

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

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

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

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

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

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

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