#BED15B

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

Shades of Wild Willow #BED15B

Tints of Wild Willow #BED15B

Color information

#BED15B (or 0xBED15B) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 5B. RGB value is (190,209,91). Sum of RGB (Red+Green+Blue) = 190+209+91=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #BED15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED15B is #412EA4. Grayscale: #BEBEBE. Windows color (decimal): -4271781 or 6017470. OLE color: 6017470.

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

Color convert

RGB19020991-
CMYK0.0900.560.18
HSL69.66º56.19%58.82%-
HSV(B)69.66º56.46%81.96%-
XYZ45.9257.318.54-
YUV189.8772.21128.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 91 (35.94% from 255) = 18.57%
R=38.78%
G=42.65%
B=18.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209910.0900.560.1869.6656.1958.82
HexBED15B90381246383b
Octal27632113311070221067073
Binary1011111011010001101101110010111000100101000110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED15B; }

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

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

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

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

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

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

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

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