#BED060

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

Shades of Wild Willow #BED060

Tints of Wild Willow #BED060

Color information

#BED060 (or 0xBED060) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 60. RGB value is (190,208,96). Sum of RGB (Red+Green+Blue) = 190+208+96=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #BED060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED060 is #412F9F. Grayscale: #BEBEBE. Windows color (decimal): -4272032 or 6344894. OLE color: 6344894.

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

Color convert

RGB19020896-
CMYK0.0900.540.18
HSL69.64º54.37%59.61%-
HSV(B)69.64º53.85%81.57%-
XYZ45.956.919.63-
YUV189.8575.04128.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=38.46%
G=42.11%
B=19.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190208960.0900.540.1869.6454.3759.61
HexBED06090361246363c
Octal27632014011066221066674
Binary1011111011010000110000010010110110100101000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED060; }

 p { color: rgb(190,208,96); }

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

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

 a { background-color: rgb(190,208,96); }

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

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

 span { border-color: rgb(190,208,96); }

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