#bed163

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

Shades of Wild Willow #BED163

Tints of Wild Willow #BED163

Color information

#BED163 (or 0xBED163) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 63. RGB value is (190,209,99). Sum of RGB (Red+Green+Blue) = 190+209+99=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #BED163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED163 is #412E9C. Grayscale: #BFBFBF. Windows color (decimal): -4271773 or 6541758. OLE color: 6541758.

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

Color convert

RGB19020999-
CMYK0.0900.530.18
HSL70.36º54.46%60.39%-
HSV(B)70.36º52.63%81.96%-
XYZ46.2957.4520.45-
YUV190.7876.21127.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 99 (39.06% from 255) = 19.88%
R=38.15%
G=41.97%
B=19.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209990.0900.530.1870.3654.4660.39
HexBED16390351246363c
Octal27632114311065221066674
Binary1011111011010001110001110010110101100101000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bed163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bed163; }

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

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

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

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

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

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

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

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