#BED157

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

Shades of Wild Willow #BED157

Tints of Wild Willow #BED157

Color information

#BED157 (or 0xBED157) is unknown color: approx Wild Willow. HEX triplet: BE, D1 and 57. RGB value is (190,209,87). Sum of RGB (Red+Green+Blue) = 190+209+87=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #BED157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED157 is #412EA8. Grayscale: #BDBDBD. Windows color (decimal): -4271785 or 5755326. OLE color: 5755326.

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

Color convert

RGB19020987-
CMYK0.0900.580.18
HSL69.34º57.01%58.04%-
HSV(B)69.34º58.37%81.96%-
XYZ45.7657.2417.65-
YUV189.4170.21128.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 87 (34.38% from 255) = 17.90%
R=39.09%
G=43.00%
B=17.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209870.0900.580.1869.3457.0158.04
HexBED157903A1245393a
Octal27632112711072221057172
Binary1011111011010001101011110010111010100101000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED157; }

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

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

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

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

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

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

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

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