#BED596

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

Shades of Sprout #BED596

Tints of Sprout #BED596

Color information

#BED596 (or 0xBED596) is unknown color: approx Sprout. HEX triplet: BE, D5 and 96. RGB value is (190,213,150). Sum of RGB (Red+Green+Blue) = 190+213+150=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BED596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED596 is #412A69. Grayscale: #C7C7C7. Windows color (decimal): -4270698 or 9885118. OLE color: 9885118.

HSL color Cylindrical-coordinate representation of color #BED596: hue angle of 81.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED596 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB190213150-
CMYK0.1100.300.16
HSL81.9º42.86%71.18%-
HSV(B)81.9º29.58%83.53%-
XYZ50.5360.7437.91-
YUV198.94100.38121.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=34.36%
G=38.52%
B=27.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131500.1100.300.1681.942.8671.18
HexBED596B01E10522b47
Octal276325226130362012253107
Binary10111110110101011001011010110111101000010100101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED596; }

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

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

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

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

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

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

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

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