#BCB960

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

Shades of Olive Green #BCB960

Tints of Olive Green #BCB960

Color information

#BCB960 (or 0xBCB960) is unknown color: approx Olive Green. HEX triplet: BC, B9 and 60. RGB value is (188,185,96). Sum of RGB (Red+Green+Blue) = 188+185+96=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB960 is #43469F. Grayscale: #B0B0B0. Windows color (decimal): -4408992 or 6339004. OLE color: 6339004.

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

Color convert

RGB18818596-
CMYK00.020.490.26
HSL58.04º40.71%55.69%-
HSV(B)58.04º48.94%73.73%-
XYZ40.246.2317.87-
YUV175.7582.99136.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=40.09%
G=39.45%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881859600.020.490.2658.0440.7155.69
HexBCB96002311A3a2938
Octal274271140026132725170
Binary1011110010111001110000001011000111010111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB960; }

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

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

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

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

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

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

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

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