#BED196

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

Shades of Sprout #BED196

Tints of Sprout #BED196

Color information

#BED196 (or 0xBED196) is unknown color: approx Sprout. HEX triplet: BE, D1 and 96. RGB value is (190,209,150). Sum of RGB (Red+Green+Blue) = 190+209+150=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #BED196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED196 is #412E69. Grayscale: #C4C4C4. Windows color (decimal): -4271722 or 9884094. OLE color: 9884094.

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

Color convert

RGB190209150-
CMYK0.0900.280.18
HSL79.32º39.07%70.39%-
HSV(B)79.32º28.23%81.96%-
XYZ49.5458.7537.58-
YUV196.59101.71123.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=34.61%
G=38.07%
B=27.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091500.0900.280.1879.3239.0770.39
HexBED196901C124f2746
Octal276321226110342211747106
Binary10111110110100011001011010010111001001010011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED196; }

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

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

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

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

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

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

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

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