#BEDE69

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

Shades of Wild Willow #BEDE69

Tints of Wild Willow #BEDE69

Color information

#BEDE69 (or 0xBEDE69) is unknown color: approx Wild Willow. HEX triplet: BE, DE and 69. RGB value is (190,222,105). Sum of RGB (Red+Green+Blue) = 190+222+105=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE69 is #412196. Grayscale: #C7C7C7. Windows color (decimal): -4268439 or 6938302. OLE color: 6938302.

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

Color convert

RGB190222105-
CMYK0.1400.530.13
HSL76.41º63.93%64.12%-
HSV(B)76.41º52.7%87.06%-
XYZ49.9164.2123.13-
YUV199.0974.9121.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=36.75%
G=42.94%
B=20.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221050.1400.530.1376.4163.9364.12
HexBEDE69E035D4c4040
Octal2763361511606515114100100
Binary10111110110111101101001111001101011101100110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE69; }

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

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

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

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

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

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

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

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