#BED059

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

Shades of Wild Willow #BED059

Tints of Wild Willow #BED059

Color information

#BED059 (or 0xBED059) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 59. RGB value is (190,208,89). Sum of RGB (Red+Green+Blue) = 190+208+89=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #BED059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED059 is #412FA6. Grayscale: #BDBDBD. Windows color (decimal): -4272039 or 5886142. OLE color: 5886142.

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

Color convert

RGB19020889-
CMYK0.0900.570.18
HSL69.08º55.87%58.24%-
HSV(B)69.08º57.21%81.57%-
XYZ45.5956.7818.01-
YUV189.0571.54128.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 89 (35.16% from 255) = 18.28%
R=39.01%
G=42.71%
B=18.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190208890.0900.570.1869.0855.8758.24
HexBED05990391245383a
Octal27632013111071221057072
Binary1011111011010000101100110010111001100101000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED059; }

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

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

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

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

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

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

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

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