#BED261

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

Shades of Wild Willow #BED261

Tints of Wild Willow #BED261

Color information

#BED261 (or 0xBED261) is unknown color: approx Wild Willow. HEX triplet: BE, D2 and 61. RGB value is (190,210,97). Sum of RGB (Red+Green+Blue) = 190+210+97=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #BED261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED261 is #412D9E. Grayscale: #BFBFBF. Windows color (decimal): -4271519 or 6410942. OLE color: 6410942.

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

Color convert

RGB19021097-
CMYK0.1000.540.18
HSL70.62º55.67%60.2%-
HSV(B)70.62º53.81%82.35%-
XYZ46.4457.920.04-
YUV191.1474.87127.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=38.23%
G=42.25%
B=19.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190210970.1000.540.1870.6255.6760.2
HexBED261A0361247383c
Octal27632214112066221077074
Binary1011111011010010110000110100110110100101000111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED261; }

 p { color: rgb(190,210,97); }

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

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

 a { background-color: rgb(190,210,97); }

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

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

 span { border-color: rgb(190,210,97); }

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