#BED066

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

Shades of Wild Willow #BED066

Tints of Wild Willow #BED066

Color information

#BED066 (or 0xBED066) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 66. RGB value is (190,208,102). Sum of RGB (Red+Green+Blue) = 190+208+102=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #BED066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED066 is #412F99. Grayscale: #BEBEBE. Windows color (decimal): -4272026 or 6738110. OLE color: 6738110.

HSL color Cylindrical-coordinate representation of color #BED066: hue angle of 70.19º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED066 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB190208102-
CMYK0.0900.510.18
HSL70.19º53%60.78%-
HSV(B)70.19º50.96%81.57%-
XYZ46.1957.0221.14-
YUV190.5378.04127.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 102 (40.23% from 255) = 20.4%
R=38%
G=41.6%
B=20.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081020.0900.510.1870.195360.78
HexBED06690331246353d
Octal27632014611063221066575
Binary1011111011010000110011010010110011100101000110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED066; }

 p { color: rgb(190,208,102); }

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

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

 a { background-color: rgb(190,208,102); }

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

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

 span { border-color: rgb(190,208,102); }

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