#BED762

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

Shades of Wild Willow #BED762

Tints of Wild Willow #BED762

Color information

#BED762 (or 0xBED762) is unknown color: approx Wild Willow. HEX triplet: BE, D7 and 62. RGB value is (190,215,98). Sum of RGB (Red+Green+Blue) = 190+215+98=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #BED762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED762 is #41289D. Grayscale: #C2C2C2. Windows color (decimal): -4270238 or 6477758. OLE color: 6477758.

HSL color Cylindrical-coordinate representation of color #BED762: hue angle of 72.82º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED762 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB19021598-
CMYK0.1200.540.16
HSL72.82º59.39%61.37%-
HSV(B)72.82º54.42%84.31%-
XYZ47.7460.4320.7-
YUV194.1973.72125.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=37.77%
G=42.74%
B=19.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190215980.1200.540.1672.8259.3961.37
HexBED762C03610493b3d
Octal27632714214066201117375
Binary1011111011010111110001011000110110100001001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED762; }

 p { color: rgb(190,215,98); }

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

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

 a { background-color: rgb(190,215,98); }

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

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

 span { border-color: rgb(190,215,98); }

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