#BCBC5E

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

Shades of Olive Green #BCBC5E

Tints of Olive Green #BCBC5E

Color information

#BCBC5E (or 0xBCBC5E) is unknown color: approx Olive Green. HEX triplet: BC, BC and 5E. RGB value is (188,188,94). Sum of RGB (Red+Green+Blue) = 188+188+94=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC5E is #4343A1. Grayscale: #B1B1B1. Windows color (decimal): -4408226 or 6208700. OLE color: 6208700.

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

Color convert

RGB18818894-
CMYK000.500.26
HSL60º41.23%55.29%-
HSV(B)60º50%73.73%-
XYZ40.7447.4717.6-
YUV177.2881135.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818894000.500.266041.2355.29
HexBCBC5E00321A3c2937
Octal274274136006232745167
Binary101111001011110010111100011001011010111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC5E; }

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

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

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

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

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

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

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

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