#BED174

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

Shades of Wild Willow #BED174

Tints of Wild Willow #BED174

Color information

#BED174 (or 0xBED174) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 74. RGB value is (190,209,116). Sum of RGB (Red+Green+Blue) = 190+209+116=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #BED174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED174 is #412E8B. Grayscale: #C1C1C1. Windows color (decimal): -4271756 or 7655870. OLE color: 7655870.

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

Color convert

RGB190209116-
CMYK0.0900.440.18
HSL72.26º50.27%63.73%-
HSV(B)72.26º44.5%81.96%-
XYZ47.1957.8125.19-
YUV192.7284.71126.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=36.89%
G=40.58%
B=22.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091160.0900.440.1872.2650.2763.73
HexBED174902C12483240
Octal276321164110542211062100
Binary10111110110100011110100100101011001001010010001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED174; }

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

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

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

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

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

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

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

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