#BDB75D

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

Shades of Olive Green #BDB75D

Tints of Olive Green #BDB75D

Color information

#BDB75D (or 0xBDB75D) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 5D. RGB value is (189,183,93). Sum of RGB (Red+Green+Blue) = 189+183+93=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB75D is #4248A2. Grayscale: #AEAEAE. Windows color (decimal): -4343971 or 6141885. OLE color: 6141885.

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

Color convert

RGB18918393-
CMYK00.030.510.26
HSL56.25º42.11%55.29%-
HSV(B)56.25º50.79%74.12%-
XYZ39.945.4817.03-
YUV174.5381.99138.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 93 (36.72% from 255) = 20%
R=40.65%
G=39.35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891839300.030.510.2656.2542.1155.29
HexBDB75D03331A382a37
Octal275267135036332705267
Binary1011110110110111101110101111001111010111000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB75D; }

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

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

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

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

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

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

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

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