#BDB74E

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

Shades of Olive Green #BDB74E

Tints of Olive Green #BDB74E

Color information

#BDB74E (or 0xBDB74E) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 4E. RGB value is (189,183,78). Sum of RGB (Red+Green+Blue) = 189+183+78=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB74E is #4248B1. Grayscale: #ADADAD. Windows color (decimal): -4343986 or 5158845. OLE color: 5158845.

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

Color convert

RGB18918378-
CMYK00.030.590.26
HSL56.76º45.68%52.35%-
HSV(B)56.76º58.73%74.12%-
XYZ39.2945.2413.87-
YUV172.8274.49139.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 78 (30.86% from 255) = 17.33%
R=42%
G=40.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891837800.030.590.2656.7645.6852.35
HexBDB74E033B1A392e34
Octal275267116037332715664
Binary1011110110110111100111001111101111010111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB74E; }

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

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

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

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

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

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

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

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