#BED757

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

Shades of Wild Willow #BED757

Tints of Wild Willow #BED757

Color information

#BED757 (or 0xBED757) is unknown color: approx Wild Willow. HEX triplet: BE, D7 and 57. RGB value is (190,215,87). Sum of RGB (Red+Green+Blue) = 190+215+87=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #BED757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED757 is #4128A8. Grayscale: #C1C1C1. Windows color (decimal): -4270249 or 5756862. OLE color: 5756862.

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

Color convert

RGB19021587-
CMYK0.1200.600.16
HSL71.72º61.54%59.22%-
HSV(B)71.72º59.53%84.31%-
XYZ47.2660.2418.15-
YUV192.9368.22125.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 87 (34.38% from 255) = 17.68%
R=38.62%
G=43.70%
B=17.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190215870.1200.600.1671.7261.5459.22
HexBED757C03C10483e3b
Octal27632712714074201107673
Binary1011111011010111101011111000111100100001001000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED757; }

 p { color: rgb(190,215,87); }

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

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

 a { background-color: rgb(190,215,87); }

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

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

 span { border-color: rgb(190,215,87); }

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