#BCB45D

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

Shades of Olive Green #BCB45D

Tints of Olive Green #BCB45D

Color information

#BCB45D (or 0xBCB45D) is unknown color: approx Olive Green. HEX triplet: BC, B4 and 5D. RGB value is (188,180,93). Sum of RGB (Red+Green+Blue) = 188+180+93=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB45D is #434BA2. Grayscale: #ACACAC. Windows color (decimal): -4410275 or 6141116. OLE color: 6141116.

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

Color convert

RGB18818093-
CMYK00.040.510.26
HSL54.95º41.48%55.1%-
HSV(B)54.95º50.53%73.73%-
XYZ39.0444.1216.82-
YUV172.4783.15139.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=40.78%
G=39.05%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881809300.040.510.2654.9541.4855.1
HexBCB45D04331A372937
Octal274264135046332675167
Binary10111100101101001011101010011001111010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB45D; }

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

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

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

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

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

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

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

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