#BCBD59

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

Shades of Olive Green #BCBD59

Tints of Olive Green #BCBD59

Color information

#BCBD59 (or 0xBCBD59) is unknown color: approx Olive Green. HEX triplet: BC, BD and 59. RGB value is (188,189,89). Sum of RGB (Red+Green+Blue) = 188+189+89=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD59 is #4342A6. Grayscale: #B1B1B1. Windows color (decimal): -4407975 or 5881276. OLE color: 5881276.

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

Color convert

RGB18818989-
CMYK0.0100.530.26
HSL60.6º43.1%54.51%-
HSV(B)60.6º52.91%74.12%-
XYZ40.7447.8116.53-
YUV177.378.17135.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=40.34%
G=40.56%
B=19.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188189890.0100.530.2660.643.154.51
HexBCBD5910351A3d2b37
Octal274275131106532755367
Binary101111001011110110110011011010111010111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD59; }

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

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

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

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

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

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

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

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