#BDB955

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

Shades of Olive Green #BDB955

Tints of Olive Green #BDB955

Color information

#BDB955 (or 0xBDB955) is unknown color: approx Olive Green. HEX triplet: BD, B9 and 55. RGB value is (189,185,85). Sum of RGB (Red+Green+Blue) = 189+185+85=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB955 is #4246AA. Grayscale: #AFAFAF. Windows color (decimal): -4343467 or 5618109. OLE color: 5618109.

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

Color convert

RGB18918585-
CMYK00.020.550.26
HSL57.69º44.07%53.73%-
HSV(B)57.69º55.03%74.12%-
XYZ39.9746.1715.4-
YUV174.877.33138.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=41.18%
G=40.31%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891858500.020.550.2657.6944.0753.73
HexBDB95502371A3a2c36
Octal275271125026732725466
Binary1011110110111001101010101011011111010111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB955; }

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

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

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

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

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

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

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

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