#BDB457

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

Shades of Olive Green #BDB457

Tints of Olive Green #BDB457

Color information

#BDB457 (or 0xBDB457) is unknown color: approx Olive Green. HEX triplet: BD, B4 and 57. RGB value is (189,180,87). Sum of RGB (Red+Green+Blue) = 189+180+87=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB457 is #424BA8. Grayscale: #ACACAC. Windows color (decimal): -4344745 or 5747901. OLE color: 5747901.

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

Color convert

RGB18918087-
CMYK00.050.540.26
HSL54.71º43.59%54.12%-
HSV(B)54.71º53.97%74.12%-
XYZ39.0344.1515.48-
YUV172.0979.98140.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 87 (34.38% from 255) = 19.08%
R=41.45%
G=39.47%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891808700.050.540.2654.7143.5954.12
HexBDB45705361A372c36
Octal275264127056632675466
Binary10111101101101001010111010111011011010110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB457; }

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

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

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

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

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

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

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

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