#BDB660

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

Shades of Olive Green #BDB660

Tints of Olive Green #BDB660

Color information

#BDB660 (or 0xBDB660) is unknown color: approx Olive Green. HEX triplet: BD, B6 and 60. RGB value is (189,182,96). Sum of RGB (Red+Green+Blue) = 189+182+96=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB660 is #42499F. Grayscale: #AEAEAE. Windows color (decimal): -4344224 or 6338237. OLE color: 6338237.

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

Color convert

RGB18918296-
CMYK00.040.490.26
HSL55.48º41.33%55.88%-
HSV(B)55.48º49.21%74.12%-
XYZ39.8345.1217.68-
YUV174.2983.82138.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=40.47%
G=38.97%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891829600.040.490.2655.4841.3355.88
HexBDB66004311A372938
Octal275266140046132675170
Binary10111101101101101100000010011000111010110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB660; }

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

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

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

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

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

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

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

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