#BCBC5D

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

Shades of Olive Green #BCBC5D

Tints of Olive Green #BCBC5D

Color information

#BCBC5D (or 0xBCBC5D) is unknown color: approx Olive Green. HEX triplet: BC, BC and 5D. RGB value is (188,188,93). Sum of RGB (Red+Green+Blue) = 188+188+93=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC5D is #4343A2. Grayscale: #B1B1B1. Windows color (decimal): -4408227 or 6143164. OLE color: 6143164.

HSL color Cylindrical-coordinate representation of color #BCBC5D: 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.51%. Process color model (Four color, CMYK) of #BCBC5D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18818893-
CMYK000.510.26
HSL60º41.48%55.1%-
HSV(B)60º50.53%73.73%-
XYZ40.747.4517.37-
YUV177.1780.5135.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=40.09%
G=40.09%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818893000.510.266041.4855.1
HexBCBC5D00331A3c2937
Octal274274135006332745167
Binary101111001011110010111010011001111010111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC5D; }

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

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

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

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

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

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

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

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