#BED05F

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

Shades of Wild Willow #BED05F

Tints of Wild Willow #BED05F

Color information

#BED05F (or 0xBED05F) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 5F. RGB value is (190,208,95). Sum of RGB (Red+Green+Blue) = 190+208+95=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #BED05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED05F is #412FA0. Grayscale: #BEBEBE. Windows color (decimal): -4272033 or 6279358. OLE color: 6279358.

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

Color convert

RGB19020895-
CMYK0.0900.540.18
HSL69.56º54.59%59.41%-
HSV(B)69.56º54.33%81.57%-
XYZ45.8656.8919.39-
YUV189.7474.54128.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 95 (37.5% from 255) = 19.27%
R=38.54%
G=42.19%
B=19.27%

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
Decimal190208950.0900.540.1869.5654.5959.41
HexBED05F90361246373b
Octal27632013711066221066773
Binary1011111011010000101111110010110110100101000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED05F; }

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

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

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

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

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

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

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

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