#BDD569

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

Shades of Wild Willow #BDD569

Tints of Wild Willow #BDD569

Color information

#BDD569 (or 0xBDD569) is unknown color: approx Wild Willow. HEX triplet: BD, D5 and 69. RGB value is (189,213,105). Sum of RGB (Red+Green+Blue) = 189+213+105=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD569 is #422A96. Grayscale: #C1C1C1. Windows color (decimal): -4336279 or 6935997. OLE color: 6935997.

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

Color convert

RGB189213105-
CMYK0.1100.510.16
HSL73.33º56.25%62.35%-
HSV(B)73.33º50.7%83.53%-
XYZ47.3359.4322.34-
YUV193.5178.05124.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=37.28%
G=42.01%
B=20.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131050.1100.510.1673.3356.2562.35
HexBDD569B0331049383e
Octal27532515113063201117076
Binary1011110111010101110100110110110011100001001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD569; }

 p { color: rgb(189,213,105); }

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

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

 a { background-color: rgb(189,213,105); }

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

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

 span { border-color: rgb(189,213,105); }

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