#BDB755

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

Shades of Olive Green #BDB755

Tints of Olive Green #BDB755

Color information

#BDB755 (or 0xBDB755) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 55. RGB value is (189,183,85). Sum of RGB (Red+Green+Blue) = 189+183+85=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB755 is #4248AA. Grayscale: #AEAEAE. Windows color (decimal): -4343979 or 5617597. OLE color: 5617597.

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

Color convert

RGB18918385-
CMYK00.030.550.26
HSL56.54º44.07%53.73%-
HSV(B)56.54º55.03%74.12%-
XYZ39.5645.3415.26-
YUV173.6277.99138.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=41.36%
G=40.04%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891838500.030.550.2656.5444.0753.73
HexBDB75503371A392c36
Octal275267125036732715466
Binary1011110110110111101010101111011111010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB755; }

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

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

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

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

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

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

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

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