#BED374

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

Shades of Wild Willow #BED374

Tints of Wild Willow #BED374

Color information

#BED374 (or 0xBED374) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 74. RGB value is (190,211,116). Sum of RGB (Red+Green+Blue) = 190+211+116=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #BED374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED374 is #412C8B. Grayscale: #C2C2C2. Windows color (decimal): -4271244 or 7656382. OLE color: 7656382.

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

Color convert

RGB190211116-
CMYK0.1000.450.17
HSL73.26º51.91%64.12%-
HSV(B)73.26º45.02%82.75%-
XYZ47.6858.825.36-
YUV193.8984.04125.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 211 (82.81% from 255) = 40.81%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=36.75%
G=40.81%
B=22.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111160.1000.450.1773.2651.9164.12
HexBED374A02D11493440
Octal276323164120552111164100
Binary10111110110100111110100101001011011000110010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED374; }

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

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

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

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

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

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

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

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