#BDB557

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

Shades of Olive Green #BDB557

Tints of Olive Green #BDB557

Color information

#BDB557 (or 0xBDB557) is unknown color: approx Olive Green. HEX triplet: BD, B5 and 57. RGB value is (189,181,87). Sum of RGB (Red+Green+Blue) = 189+181+87=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB557 is #424AA8. Grayscale: #ADADAD. Windows color (decimal): -4344489 or 5748157. OLE color: 5748157.

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

Color convert

RGB18918187-
CMYK00.040.540.26
HSL55.29º43.59%54.12%-
HSV(B)55.29º53.97%74.12%-
XYZ39.2344.5515.55-
YUV172.6879.65139.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=41.36%
G=39.61%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891818700.040.540.2655.2943.5954.12
HexBDB55704361A372c36
Octal275265127046632675466
Binary10111101101101011010111010011011011010110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB557; }

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

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

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

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

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

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

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

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