#BEDC68

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

Shades of Wild Willow #BEDC68

Tints of Wild Willow #BEDC68

Color information

#BEDC68 (or 0xBEDC68) is unknown color: approx Wild Willow. HEX triplet: BE, DC and 68. RGB value is (190,220,104). Sum of RGB (Red+Green+Blue) = 190+220+104=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC68 is #412397. Grayscale: #C6C6C6. Windows color (decimal): -4268952 or 6872254. OLE color: 6872254.

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

Color convert

RGB190220104-
CMYK0.1400.530.14
HSL75.52º62.37%63.53%-
HSV(B)75.52º52.73%86.27%-
XYZ49.3363.1322.68-
YUV197.8175.06122.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 104 (41.02% from 255) = 20.23%
R=36.96%
G=42.80%
B=20.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201040.1400.530.1475.5262.3763.53
HexBEDC68E035E4c3e40
Octal276334150160651611476100
Binary1011111011011100110100011100110101111010011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC68; }

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

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

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

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

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

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

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

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