#BED172

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

Shades of Wild Willow #BED172

Tints of Wild Willow #BED172

Color information

#BED172 (or 0xBED172) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 72. RGB value is (190,209,114). Sum of RGB (Red+Green+Blue) = 190+209+114=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #BED172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED172 is #412E8D. Grayscale: #C0C0C0. Windows color (decimal): -4271758 or 7524798. OLE color: 7524798.

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

Color convert

RGB190209114-
CMYK0.0900.450.18
HSL72º50.8%63.33%-
HSV(B)72º45.45%81.96%-
XYZ47.0757.7624.59-
YUV192.4983.71126.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=37.04%
G=40.74%
B=22.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091140.0900.450.187250.863.33
HexBED172902D1248333f
Octal27632116211055221106377
Binary1011111011010001111001010010101101100101001000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED172; }

 p { color: rgb(190,209,114); }

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

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

 a { background-color: rgb(190,209,114); }

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

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

 span { border-color: rgb(190,209,114); }

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