#BDB751

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

Shades of Olive Green #BDB751

Tints of Olive Green #BDB751

Color information

#BDB751 (or 0xBDB751) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 51. RGB value is (189,183,81). Sum of RGB (Red+Green+Blue) = 189+183+81=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB751 is #4248AE. Grayscale: #ADADAD. Windows color (decimal): -4343983 or 5355453. OLE color: 5355453.

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

Color convert

RGB18918381-
CMYK00.030.570.26
HSL56.67º45%52.94%-
HSV(B)56.67º57.14%74.12%-
XYZ39.445.2814.45-
YUV173.1775.99139.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=41.72%
G=40.40%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891838100.030.570.2656.674552.94
HexBDB75103391A392d35
Octal275267121037132715565
Binary1011110110110111101000101111100111010111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB751; }

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

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

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

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

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

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

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

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