#BDD064

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

Shades of Wild Willow #BDD064

Tints of Wild Willow #BDD064

Color information

#BDD064 (or 0xBDD064) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 64. RGB value is (189,208,100). Sum of RGB (Red+Green+Blue) = 189+208+100=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD064 is #422F9B. Grayscale: #BEBEBE. Windows color (decimal): -4337564 or 6607037. OLE color: 6607037.

HSL color Cylindrical-coordinate representation of color #BDD064: hue angle of 70.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD064 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB189208100-
CMYK0.0900.520.18
HSL70.56º53.47%60.39%-
HSV(B)70.56º51.92%81.57%-
XYZ45.8456.8520.61-
YUV190.0177.21127.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=38.03%
G=41.85%
B=20.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081000.0900.520.1870.5653.4760.39
HexBDD06490341247353c
Octal27532014411064221076574
Binary1011110111010000110010010010110100100101000111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD064; }

 p { color: rgb(189,208,100); }

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

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

 a { background-color: rgb(189,208,100); }

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

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

 span { border-color: rgb(189,208,100); }

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