#BDD656

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

Shades of Wild Willow #BDD656

Tints of Wild Willow #BDD656

Color information

#BDD656 (or 0xBDD656) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 56. RGB value is (189,214,86). Sum of RGB (Red+Green+Blue) = 189+214+86=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD656 is #4229A9. Grayscale: #C0C0C0. Windows color (decimal): -4336042 or 5691069. OLE color: 5691069.

HSL color Cylindrical-coordinate representation of color #BDD656: hue angle of 71.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDD656 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB18921486-
CMYK0.1200.600.16
HSL71.72º60.95%58.82%-
HSV(B)71.72º59.81%83.92%-
XYZ46.7159.5817.84-
YUV191.9368.22125.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 214 (83.98% from 255) = 43.76%
BLUE value IS 86 (33.98% from 255) = 17.59%
R=38.65%
G=43.76%
B=17.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214860.1200.600.1671.7260.9558.82
HexBDD656C03C10483d3b
Octal27532612614074201107573
Binary1011110111010110101011011000111100100001001000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD656; }

 p { color: rgb(189,214,86); }

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

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

 a { background-color: rgb(189,214,86); }

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

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

 span { border-color: rgb(189,214,86); }

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