#BDC657

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

Shades of Wild Willow #BDC657

Tints of Wild Willow #BDC657

Color information

#BDC657 (or 0xBDC657) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 57. RGB value is (189,198,87). Sum of RGB (Red+Green+Blue) = 189+198+87=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC657 is #4239A8. Grayscale: #B7B7B7. Windows color (decimal): -4340137 or 5752509. OLE color: 5752509.

HSL color Cylindrical-coordinate representation of color #BDC657: hue angle of 64.86º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC657 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB18919887-
CMYK0.0500.560.22
HSL64.86º49.33%55.88%-
HSV(B)64.86º56.06%77.65%-
XYZ42.951.916.77-
YUV182.6674.02132.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 87 (34.38% from 255) = 18.35%
R=39.87%
G=41.77%
B=18.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189198870.0500.560.2264.8649.3355.88
HexBDC657503816413138
Octal2753061275070261016170
Binary101111011100011010101111010111000101101000001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC657; }

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

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

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

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

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

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

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

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