#BDB75E

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

Shades of Olive Green #BDB75E

Tints of Olive Green #BDB75E

Color information

#BDB75E (or 0xBDB75E) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 5E. RGB value is (189,183,94). Sum of RGB (Red+Green+Blue) = 189+183+94=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB75E is #4248A1. Grayscale: #AFAFAF. Windows color (decimal): -4343970 or 6207421. OLE color: 6207421.

HSL color Cylindrical-coordinate representation of color #BDB75E: hue angle of 56.21º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB75E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18918394-
CMYK00.030.500.26
HSL56.21º41.85%55.49%-
HSV(B)56.21º50.26%74.12%-
XYZ39.9445.4917.27-
YUV174.6582.49138.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=40.56%
G=39.27%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891839400.030.500.2656.2141.8555.49
HexBDB75E03321A382a37
Octal275267136036232705267
Binary1011110110110111101111001111001011010111000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB75E; }

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

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

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

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

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

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

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

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