#BDD052

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

Shades of Wild Willow #BDD052

Tints of Wild Willow #BDD052

Color information

#BDD052 (or 0xBDD052) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 52. RGB value is (189,208,82). Sum of RGB (Red+Green+Blue) = 189+208+82=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD052 is #422FAD. Grayscale: #BCBCBC. Windows color (decimal): -4337582 or 5427389. OLE color: 5427389.

HSL color Cylindrical-coordinate representation of color #BDD052: hue angle of 69.05º degrees, saturation: 0.57, 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 #BDD052 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB18920882-
CMYK0.0900.610.18
HSL69.05º57.27%56.86%-
HSV(B)69.05º60.58%81.57%-
XYZ45.0756.5416.52-
YUV187.9668.21128.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 82 (32.42% from 255) = 17.12%
R=39.46%
G=43.42%
B=17.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189208820.0900.610.1869.0557.2756.86
HexBDD052903D12453939
Octal27532012211075221057171
Binary1011110111010000101001010010111101100101000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD052; }

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

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

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

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

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

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

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

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