#BDD466

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

Shades of Wild Willow #BDD466

Tints of Wild Willow #BDD466

Color information

#BDD466 (or 0xBDD466) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 66. RGB value is (189,212,102). Sum of RGB (Red+Green+Blue) = 189+212+102=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD466 is #422B99. Grayscale: #C1C1C1. Windows color (decimal): -4336538 or 6739133. OLE color: 6739133.

HSL color Cylindrical-coordinate representation of color #BDD466: hue angle of 72.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD466 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB189212102-
CMYK0.1100.520.17
HSL72.55º56.12%61.57%-
HSV(B)72.55º51.89%83.14%-
XYZ46.9358.8721.46-
YUV192.5876.88125.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=37.57%
G=42.15%
B=20.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121020.1100.520.1772.5556.1261.57
HexBDD466B0341149383e
Octal27532414613064211117076
Binary1011110111010100110011010110110100100011001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD466; }

 p { color: rgb(189,212,102); }

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

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

 a { background-color: rgb(189,212,102); }

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

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

 span { border-color: rgb(189,212,102); }

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