#BDC457

Color #BDC457 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BDC457

Tints of Wild Willow #BDC457

Color information

#BDC457 (or 0xBDC457) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 57. RGB value is (189,196,87). Sum of RGB (Red+Green+Blue) = 189+196+87=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC457 is #423BA8. Grayscale: #B5B5B5. Windows color (decimal): -4340649 or 5751997. OLE color: 5751997.

HSL color Cylindrical-coordinate representation of color #BDC457: hue angle of 63.85º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC457 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB18919687-
CMYK0.0400.560.23
HSL63.85º48.02%55.49%-
HSV(B)63.85º55.61%76.86%-
XYZ42.4550.9916.62-
YUV181.4874.68133.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 87 (34.38% from 255) = 18.43%
R=40.04%
G=41.53%
B=18.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196870.0400.560.2363.8548.0255.49
HexBDC457403817403037
Octal2753041274070271006067
Binary101111011100010010101111000111000101111000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC457; }

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

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

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

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

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

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

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

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