#BDD465

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

Shades of Wild Willow #BDD465

Tints of Wild Willow #BDD465

Color information

#BDD465 (or 0xBDD465) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 65. RGB value is (189,212,101). Sum of RGB (Red+Green+Blue) = 189+212+101=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD465 is #422B9A. Grayscale: #C0C0C0. Windows color (decimal): -4336539 or 6673597. OLE color: 6673597.

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

Color convert

RGB189212101-
CMYK0.1100.520.17
HSL72.43º56.35%61.37%-
HSV(B)72.43º52.36%83.14%-
XYZ46.8858.8521.2-
YUV192.4776.38125.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 212 (83.20% from 255) = 42.23%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=37.65%
G=42.23%
B=20.12%

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
Decimal1892121010.1100.520.1772.4356.3561.37
HexBDD465B0341148383d
Octal27532414513064211107075
Binary1011110111010100110010110110110100100011001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD465; }

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

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

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

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

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

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

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

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