#BEDD65

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

Shades of Wild Willow #BEDD65

Tints of Wild Willow #BEDD65

Color information

#BEDD65 (or 0xBEDD65) is unknown color: approx Wild Willow. HEX triplet: BE, DD and 65. RGB value is (190,221,101). Sum of RGB (Red+Green+Blue) = 190+221+101=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD65 is #41229A. Grayscale: #C6C6C6. Windows color (decimal): -4268699 or 6675902. OLE color: 6675902.

HSL color Cylindrical-coordinate representation of color #BEDD65: hue angle of 75.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEDD65 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB190221101-
CMYK0.1400.540.13
HSL75.5º63.83%63.14%-
HSV(B)75.5º54.3%86.67%-
XYZ49.4463.621.98-
YUV198.0573.23122.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 101 (39.84% from 255) = 19.73%
R=37.11%
G=43.16%
B=19.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211010.1400.540.1375.563.8363.14
HexBEDD65E036D4c403f
Octal276335145160661511410077
Binary1011111011011101110010111100110110110110011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD65; }

 p { color: rgb(190,221,101); }

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

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

 a { background-color: rgb(190,221,101); }

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

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

 span { border-color: rgb(190,221,101); }

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