#BED195

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

Shades of Sprout #BED195

Tints of Sprout #BED195

Color information

#BED195 (or 0xBED195) is unknown color: approx Sprout. HEX triplet: BE, D1 and 95. RGB value is (190,209,149). Sum of RGB (Red+Green+Blue) = 190+209+149=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #BED195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED195 is #412E6A. Grayscale: #C4C4C4. Windows color (decimal): -4271723 or 9818558. OLE color: 9818558.

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

Color convert

RGB190209149-
CMYK0.0900.290.18
HSL79º39.47%70.2%-
HSV(B)79º28.71%81.96%-
XYZ49.4658.7237.16-
YUV196.48101.21123.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 209 (82.03% from 255) = 38.14%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=34.67%
G=38.14%
B=27.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091490.0900.290.187939.4770.2
HexBED195901D124f2746
Octal276321225110352211747106
Binary10111110110100011001010110010111011001010011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED195; }

 p { color: rgb(190,209,149); }

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

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

 a { background-color: rgb(190,209,149); }

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

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

 span { border-color: rgb(190,209,149); }

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