#bdb555

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

Shades of Olive Green #BDB555

Tints of Olive Green #BDB555

Color information

#BDB555 (or 0xBDB555) is unknown color: approx Olive Green. HEX triplet: BD, B5 and 55. RGB value is (189,181,85). Sum of RGB (Red+Green+Blue) = 189+181+85=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB555 is #424AAA. Grayscale: #ACACAC. Windows color (decimal): -4344491 or 5617085. OLE color: 5617085.

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

Color convert

RGB18918185-
CMYK00.040.550.26
HSL55.38º44.07%53.73%-
HSV(B)55.38º55.03%74.12%-
XYZ39.1544.5215.12-
YUV172.4578.65139.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=41.54%
G=39.78%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891818500.040.550.2655.3844.0753.73
HexBDB55504371A372c36
Octal275265125046732675466
Binary10111101101101011010101010011011111010110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb555; }

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

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

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

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

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

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

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

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