#BDBA57

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

Shades of Olive Green #BDBA57

Tints of Olive Green #BDBA57

Color information

#BDBA57 (or 0xBDBA57) is unknown color: approx Olive Green. HEX triplet: BD, BA and 57. RGB value is (189,186,87). Sum of RGB (Red+Green+Blue) = 189+186+87=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA57 is #4245A8. Grayscale: #B0B0B0. Windows color (decimal): -4343209 or 5749437. OLE color: 5749437.

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

Color convert

RGB18918687-
CMYK00.020.540.26
HSL58.24º43.59%54.12%-
HSV(B)58.24º53.97%74.12%-
XYZ40.2746.6215.89-
YUV175.6177.99137.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 87 (34.38% from 255) = 18.83%
R=40.91%
G=40.26%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891868700.020.540.2658.2443.5954.12
HexBDBA5702361A3a2c36
Octal275272127026632725466
Binary1011110110111010101011101011011011010111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA57; }

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

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

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

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

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

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

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

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