#BCBD5C

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

Shades of Olive Green #BCBD5C

Tints of Olive Green #BCBD5C

Color information

#BCBD5C (or 0xBCBD5C) is unknown color: approx Olive Green. HEX triplet: BC, BD and 5C. RGB value is (188,189,92). Sum of RGB (Red+Green+Blue) = 188+189+92=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD5C is #4342A3. Grayscale: #B2B2B2. Windows color (decimal): -4407972 or 6077884. OLE color: 6077884.

HSL color Cylindrical-coordinate representation of color #BCBD5C: hue angle of 60.62º 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 #BCBD5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18818992-
CMYK0.0100.510.26
HSL60.62º42.36%55.1%-
HSV(B)60.62º51.32%74.12%-
XYZ40.8747.8617.21-
YUV177.6479.67135.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=40.09%
G=40.30%
B=19.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188189920.0100.510.2660.6242.3655.1
HexBCBD5C10331A3d2a37
Octal274275134106332755267
Binary101111001011110110111001011001111010111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD5C; }

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

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

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

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

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

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

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

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