#BDB95D

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

Shades of Olive Green #BDB95D

Tints of Olive Green #BDB95D

Color information

#BDB95D (or 0xBDB95D) is unknown color: approx Olive Green. HEX triplet: BD, B9 and 5D. RGB value is (189,185,93). Sum of RGB (Red+Green+Blue) = 189+185+93=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB95D is #4246A2. Grayscale: #B0B0B0. Windows color (decimal): -4343459 or 6142397. OLE color: 6142397.

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

Color convert

RGB18918593-
CMYK00.020.510.26
HSL57.5º42.11%55.29%-
HSV(B)57.5º50.79%74.12%-
XYZ40.3146.3117.17-
YUV175.7181.33137.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=40.47%
G=39.61%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891859300.020.510.2657.542.1155.29
HexBDB95D02331A3a2a37
Octal275271135026332725267
Binary1011110110111001101110101011001111010111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB95D; }

 p { color: rgb(189,185,93); }

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

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

 a { background-color: rgb(189,185,93); }

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

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

 span { border-color: rgb(189,185,93); }

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