#BEDC69

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

Shades of Wild Willow #BEDC69

Tints of Wild Willow #BEDC69

Color information

#BEDC69 (or 0xBEDC69) is unknown color: approx Wild Willow. HEX triplet: BE, DC and 69. RGB value is (190,220,105). Sum of RGB (Red+Green+Blue) = 190+220+105=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC69 is #412396. Grayscale: #C6C6C6. Windows color (decimal): -4268951 or 6937790. OLE color: 6937790.

HSL color Cylindrical-coordinate representation of color #BEDC69: hue angle of 75.65º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEDC69 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB190220105-
CMYK0.1400.520.14
HSL75.65º62.16%63.73%-
HSV(B)75.65º52.27%86.27%-
XYZ49.3863.1522.95-
YUV197.9275.56122.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=36.89%
G=42.72%
B=20.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201050.1400.520.1475.6562.1663.73
HexBEDC69E034E4c3e40
Octal276334151160641611476100
Binary1011111011011100110100111100110100111010011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC69; }

 p { color: rgb(190,220,105); }

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

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

 a { background-color: rgb(190,220,105); }

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

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

 span { border-color: rgb(190,220,105); }

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