#BED055

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

Shades of Wild Willow #BED055

Tints of Wild Willow #BED055

Color information

#BED055 (or 0xBED055) is unknown color: approx Wild Willow. HEX triplet: BE, D0 and 55. RGB value is (190,208,85). Sum of RGB (Red+Green+Blue) = 190+208+85=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #BED055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED055 is #412FAA. Grayscale: #BDBDBD. Windows color (decimal): -4272043 or 5623998. OLE color: 5623998.

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

Color convert

RGB19020885-
CMYK0.0900.590.18
HSL68.78º56.68%57.45%-
HSV(B)68.78º59.13%81.57%-
XYZ45.4356.7117.15-
YUV188.669.54129-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=39.34%
G=43.06%
B=17.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190208850.0900.590.1868.7856.6857.45
HexBED055903B12453939
Octal27632012511073221057171
Binary1011111011010000101010110010111011100101000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED055; }

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

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

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

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

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

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

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

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