#BDD372

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

Shades of Wild Willow #BDD372

Tints of Wild Willow #BDD372

Color information

#BDD372 (or 0xBDD372) is unknown color: approx Wild Willow. HEX triplet: BD, D3 and 72. RGB value is (189,211,114). Sum of RGB (Red+Green+Blue) = 189+211+114=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD372 is #422C8D. Grayscale: #C1C1C1. Windows color (decimal): -4336782 or 7525309. OLE color: 7525309.

HSL color Cylindrical-coordinate representation of color #BDD372: hue angle of 73.61º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD372 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB189211114-
CMYK0.1000.460.17
HSL73.61º52.43%63.73%-
HSV(B)73.61º45.97%82.75%-
XYZ47.3258.6224.74-
YUV193.3683.21124.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=36.77%
G=41.05%
B=22.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111140.1000.460.1773.6152.4363.73
HexBDD372A02E114a3440
Octal275323162120562111264100
Binary10111101110100111110010101001011101000110010101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD372; }

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

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

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

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

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

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

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

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