#BED05D

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

Shades of Wild Willow #BED05D

Tints of Wild Willow #BED05D

Color information

#BED05D (or 0xBED05D) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 5D. RGB value is (190,208,93). Sum of RGB (Red+Green+Blue) = 190+208+93=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #BED05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED05D is #412FA2. Grayscale: #BDBDBD. Windows color (decimal): -4272035 or 6148286. OLE color: 6148286.

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

Color convert

RGB19020893-
CMYK0.0900.550.18
HSL69.39º55.02%59.02%-
HSV(B)69.39º55.29%81.57%-
XYZ45.7756.8518.92-
YUV189.5173.54128.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=38.70%
G=42.36%
B=18.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190208930.0900.550.1869.3955.0259.02
HexBED05D90371245373b
Octal27632013511067221056773
Binary1011111011010000101110110010110111100101000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED05D; }

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

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

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

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

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

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

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

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