#BDD765

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

Shades of Wild Willow #BDD765

Tints of Wild Willow #BDD765

Color information

#BDD765 (or 0xBDD765) is unknown color: approx Wild Willow. HEX triplet: BD, D7 and 65. RGB value is (189,215,101). Sum of RGB (Red+Green+Blue) = 189+215+101=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD765 is #42289A. Grayscale: #C2C2C2. Windows color (decimal): -4335771 or 6674365. OLE color: 6674365.

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

Color convert

RGB189215101-
CMYK0.1200.530.16
HSL73.68º58.76%61.96%-
HSV(B)73.68º53.02%84.31%-
XYZ47.6460.3621.45-
YUV194.2375.39124.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 101 (39.84% from 255) = 20%
R=37.43%
G=42.57%
B=20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151010.1200.530.1673.6858.7661.96
HexBDD765C035104a3b3e
Octal27532714514065201127376
Binary1011110111010111110010111000110101100001001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD765; }

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

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

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

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

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

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

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

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