#BED552

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

Shades of Wild Willow #BED552

Tints of Wild Willow #BED552

Color information

#BED552 (or 0xBED552) is unknown color: approx Wild Willow. HEX triplet: BE, D5 and 52. RGB value is (190,213,82). Sum of RGB (Red+Green+Blue) = 190+213+82=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #BED552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED552 is #412AAD. Grayscale: #BFBFBF. Windows color (decimal): -4270766 or 5428670. OLE color: 5428670.

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

Color convert

RGB19021382-
CMYK0.1100.620.16
HSL70.53º60.93%57.84%-
HSV(B)70.53º61.5%83.53%-
XYZ46.5559.1416.95-
YUV191.1966.38127.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 82 (32.42% from 255) = 16.91%
R=39.18%
G=43.92%
B=16.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190213820.1100.620.1670.5360.9357.84
HexBED552B03E10473d3a
Octal27632512213076201077572
Binary1011111011010101101001010110111110100001000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED552; }

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

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

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

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

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

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

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

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