#BDD666

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

Shades of Wild Willow #BDD666

Tints of Wild Willow #BDD666

Color information

#BDD666 (or 0xBDD666) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 66. RGB value is (189,214,102). Sum of RGB (Red+Green+Blue) = 189+214+102=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD666 is #422999. Grayscale: #C2C2C2. Windows color (decimal): -4336026 or 6739645. OLE color: 6739645.

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

Color convert

RGB189214102-
CMYK0.1200.520.16
HSL73.39º57.73%61.96%-
HSV(B)73.39º52.34%83.92%-
XYZ47.4359.8721.63-
YUV193.7676.22124.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=37.43%
G=42.38%
B=20.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141020.1200.520.1673.3957.7361.96
HexBDD666C03410493a3e
Octal27532614614064201117276
Binary1011110111010110110011011000110100100001001001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD666; }

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

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

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

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

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

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

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

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