#BED367

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

Shades of Wild Willow #BED367

Tints of Wild Willow #BED367

Color information

#BED367 (or 0xBED367) is unknown color: approx Wild Willow. HEX triplet: BE, D3 and 67. RGB value is (190,211,103). Sum of RGB (Red+Green+Blue) = 190+211+103=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #BED367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED367 is #412C98. Grayscale: #C0C0C0. Windows color (decimal): -4271257 or 6804414. OLE color: 6804414.

HSL color Cylindrical-coordinate representation of color #BED367: hue angle of 71.67º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED367 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB190211103-
CMYK0.1000.510.17
HSL71.67º55.1%61.57%-
HSV(B)71.67º51.18%82.75%-
XYZ46.9858.5121.65-
YUV192.4177.54126.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 211 (82.81% from 255) = 41.87%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=37.70%
G=41.87%
B=20.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111030.1000.510.1771.6755.161.57
HexBED367A0331148373e
Octal27632314712063211106776
Binary1011111011010011110011110100110011100011001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED367; }

 p { color: rgb(190,211,103); }

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

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

 a { background-color: rgb(190,211,103); }

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

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

 span { border-color: rgb(190,211,103); }

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