#BED555

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

Shades of Wild Willow #BED555

Tints of Wild Willow #BED555

Color information

#BED555 (or 0xBED555) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 55. RGB value is (190,213,85). Sum of RGB (Red+Green+Blue) = 190+213+85=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #BED555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED555 is #412AAA. Grayscale: #C0C0C0. Windows color (decimal): -4270763 or 5625278. OLE color: 5625278.

HSL color Cylindrical-coordinate representation of color #BED555: hue angle of 70.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BED555 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB19021385-
CMYK0.1100.600.16
HSL70.78º60.38%58.43%-
HSV(B)70.78º60.09%83.53%-
XYZ46.6759.1917.56-
YUV191.5367.88126.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 85 (33.59% from 255) = 17.42%
R=38.93%
G=43.65%
B=17.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190213850.1100.600.1670.7860.3858.43
HexBED555B03C10473c3a
Octal27632512513074201077472
Binary1011111011010101101010110110111100100001000111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED555; }

 p { color: rgb(190,213,85); }

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

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

 a { background-color: rgb(190,213,85); }

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

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

 span { border-color: rgb(190,213,85); }

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