#BDD660

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

Shades of Wild Willow #BDD660

Tints of Wild Willow #BDD660

Color information

#BDD660 (or 0xBDD660) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 60. RGB value is (189,214,96). Sum of RGB (Red+Green+Blue) = 189+214+96=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD660 is #42299F. Grayscale: #C1C1C1. Windows color (decimal): -4336032 or 6346429. OLE color: 6346429.

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

Color convert

RGB18921496-
CMYK0.1200.550.16
HSL72.71º59%60.78%-
HSV(B)72.71º55.14%83.92%-
XYZ47.1459.7620.12-
YUV193.0773.22125.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=37.88%
G=42.89%
B=19.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214960.1200.550.1672.715960.78
HexBDD660C03710493b3d
Octal27532614014067201117375
Binary1011110111010110110000011000110111100001001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD660; }

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

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

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

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

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

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

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

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