#BCB660

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

Shades of Olive Green #BCB660

Tints of Olive Green #BCB660

Color information

#BCB660 (or 0xBCB660) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 60. RGB value is (188,182,96). Sum of RGB (Red+Green+Blue) = 188+182+96=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB660 is #43499F. Grayscale: #AEAEAE. Windows color (decimal): -4409760 or 6338236. OLE color: 6338236.

HSL color Cylindrical-coordinate representation of color #BCB660: hue angle of 56.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB660 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18818296-
CMYK00.030.490.26
HSL56.09º40.71%55.69%-
HSV(B)56.09º48.94%73.73%-
XYZ39.5844.9917.66-
YUV173.9983.99137.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=40.34%
G=39.06%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881829600.030.490.2656.0940.7155.69
HexBCB66003311A382938
Octal274266140036132705170
Binary1011110010110110110000001111000111010111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB660; }

 p { color: rgb(188,182,96); }

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

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

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

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

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

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

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