#BDD053

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

Shades of Wild Willow #BDD053

Tints of Wild Willow #BDD053

Color information

#BDD053 (or 0xBDD053) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 53. RGB value is (189,208,83). Sum of RGB (Red+Green+Blue) = 189+208+83=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD053 is #422FAC. Grayscale: #BCBCBC. Windows color (decimal): -4337581 or 5492925. OLE color: 5492925.

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

Color convert

RGB18920883-
CMYK0.0900.600.18
HSL69.12º57.08%57.06%-
HSV(B)69.12º60.1%81.57%-
XYZ45.156.5616.72-
YUV188.0768.71128.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 83 (32.81% from 255) = 17.29%
R=39.38%
G=43.33%
B=17.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189208830.0900.600.1869.1257.0857.06
HexBDD053903C12453939
Octal27532012311074221057171
Binary1011110111010000101001110010111100100101000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD053; }

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

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

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

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

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

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

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

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