#BED463

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

Shades of Wild Willow #BED463

Tints of Wild Willow #BED463

Color information

#BED463 (or 0xBED463) is unknown color: approx Wild Willow. HEX triplet: BE, D4 and 63. RGB value is (190,212,99). Sum of RGB (Red+Green+Blue) = 190+212+99=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #BED463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED463 is #412B9C. Grayscale: #C0C0C0. Windows color (decimal): -4271005 or 6542526. OLE color: 6542526.

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

Color convert

RGB19021299-
CMYK0.1000.530.17
HSL71.68º56.78%60.98%-
HSV(B)71.68º53.3%83.14%-
XYZ47.0358.9320.7-
YUV192.5475.21126.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=37.92%
G=42.32%
B=19.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190212990.1000.530.1771.6856.7860.98
HexBED463A0351148393d
Octal27632414312065211107175
Binary1011111011010100110001110100110101100011001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED463; }

 p { color: rgb(190,212,99); }

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

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

 a { background-color: rgb(190,212,99); }

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

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

 span { border-color: rgb(190,212,99); }

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