#BDD572

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

Shades of Wild Willow #BDD572

Tints of Wild Willow #BDD572

Color information

#BDD572 (or 0xBDD572) is unknown color: approx Wild Willow. HEX triplet: BD, D5 and 72. RGB value is (189,213,114). Sum of RGB (Red+Green+Blue) = 189+213+114=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD572 is #422A8D. Grayscale: #C2C2C2. Windows color (decimal): -4336270 or 7525821. OLE color: 7525821.

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

Color convert

RGB189213114-
CMYK0.1100.460.16
HSL74.55º54.1%64.12%-
HSV(B)74.55º46.48%83.53%-
XYZ47.8259.6224.91-
YUV194.5482.55124.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 114 (44.92% from 255) = 22.09%
R=36.63%
G=41.28%
B=22.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131140.1100.460.1674.5554.164.12
HexBDD572B02E104b3640
Octal275325162130562011366100
Binary10111101110101011110010101101011101000010010111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD572; }

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

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

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

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

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

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

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

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