#BDD764

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

Shades of Wild Willow #BDD764

Tints of Wild Willow #BDD764

Color information

#BDD764 (or 0xBDD764) is unknown color: approx Wild Willow. HEX triplet: BD, D7 and 64. RGB value is (189,215,100). Sum of RGB (Red+Green+Blue) = 189+215+100=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD764 is #42289B. Grayscale: #C2C2C2. Windows color (decimal): -4335772 or 6608829. OLE color: 6608829.

HSL color Cylindrical-coordinate representation of color #BDD764: hue angle of 73.57º 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 #BDD764 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB189215100-
CMYK0.1200.530.16
HSL73.57º58.97%61.76%-
HSV(B)73.57º53.49%84.31%-
XYZ47.5960.3421.2-
YUV194.1274.89124.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 100 (39.45% from 255) = 19.84%
R=37.5%
G=42.66%
B=19.84%

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
Decimal1892151000.1200.530.1673.5758.9761.76
HexBDD764C035104a3b3e
Octal27532714414065201127376
Binary1011110111010111110010011000110101100001001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD764; }

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

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

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

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

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

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

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

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