#BDB760

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

Shades of Olive Green #BDB760

Tints of Olive Green #BDB760

Color information

#BDB760 (or 0xBDB760) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 60. RGB value is (189,183,96). Sum of RGB (Red+Green+Blue) = 189+183+96=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB760 is #42489F. Grayscale: #AFAFAF. Windows color (decimal): -4343968 or 6338493. OLE color: 6338493.

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

Color convert

RGB18918396-
CMYK00.030.490.26
HSL56.13º41.33%55.88%-
HSV(B)56.13º49.21%74.12%-
XYZ40.0345.5317.74-
YUV174.8883.49138.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=40.38%
G=39.10%
B=20.51%

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
Decimal1891839600.030.490.2656.1341.3355.88
HexBDB76003311A382938
Octal275267140036132705170
Binary1011110110110111110000001111000111010111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB760; }

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

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

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

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

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

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

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

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