#BDD252

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

Shades of Wild Willow #BDD252

Tints of Wild Willow #BDD252

Color information

#BDD252 (or 0xBDD252) is unknown color: approx Wild Willow. HEX triplet: BD, D2 and 52. RGB value is (189,210,82). Sum of RGB (Red+Green+Blue) = 189+210+82=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD252 is #422DAD. Grayscale: #BDBDBD. Windows color (decimal): -4337070 or 5427901. OLE color: 5427901.

HSL color Cylindrical-coordinate representation of color #BDD252: hue angle of 69.84º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDD252 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB18921082-
CMYK0.1000.610.18
HSL69.84º58.72%57.25%-
HSV(B)69.84º60.95%82.35%-
XYZ45.5657.5216.68-
YUV189.1367.54127.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 82 (32.42% from 255) = 17.05%
R=39.29%
G=43.66%
B=17.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189210820.1000.610.1869.8458.7257.25
HexBDD252A03D12463b39
Octal27532212212075221067371
Binary1011110111010010101001010100111101100101000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD252; }

 p { color: rgb(189,210,82); }

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

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

 a { background-color: rgb(189,210,82); }

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

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

 span { border-color: rgb(189,210,82); }

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