#BED15F

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

Shades of Wild Willow #BED15F

Tints of Wild Willow #BED15F

Color information

#BED15F (or 0xBED15F) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 5F. RGB value is (190,209,95). Sum of RGB (Red+Green+Blue) = 190+209+95=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #BED15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED15F is #412EA0. Grayscale: #BEBEBE. Windows color (decimal): -4271777 or 6279614. OLE color: 6279614.

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

Color convert

RGB19020995-
CMYK0.0900.550.18
HSL70º55.34%59.61%-
HSV(B)70º54.55%81.96%-
XYZ46.157.3719.47-
YUV190.3274.21127.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 95 (37.5% from 255) = 19.23%
R=38.46%
G=42.31%
B=19.23%

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
Decimal190209950.0900.550.187055.3459.61
HexBED15F90371246373c
Octal27632113711067221066774
Binary1011111011010001101111110010110111100101000110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED15F; }

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

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

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

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

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

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

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

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