#BCB95D

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

Shades of Olive Green #BCB95D

Tints of Olive Green #BCB95D

Color information

#BCB95D (or 0xBCB95D) is unknown color: approx Olive Green. HEX triplet: BC, B9 and 5D. RGB value is (188,185,93). Sum of RGB (Red+Green+Blue) = 188+185+93=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB95D is #4346A2. Grayscale: #AFAFAF. Windows color (decimal): -4408995 or 6142396. OLE color: 6142396.

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

Color convert

RGB18818593-
CMYK00.020.510.26
HSL58.11º41.48%55.1%-
HSV(B)58.11º50.53%73.73%-
XYZ40.0646.1817.16-
YUV175.4181.49136.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=40.34%
G=39.70%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881859300.020.510.2658.1141.4855.1
HexBCB95D02331A3a2937
Octal274271135026332725167
Binary1011110010111001101110101011001111010111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB95D; }

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

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

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

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

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

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

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

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