#B3C196

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

Shades of Sprout #B3C196

Tints of Sprout #B3C196

Color information

#B3C196 (or 0xB3C196) is unknown color: approx Sprout. HEX triplet: B3, C1 and 96. RGB value is (179,193,150). Sum of RGB (Red+Green+Blue) = 179+193+150=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C196 is #4C3E69. Grayscale: #B8B8B8. Windows color (decimal): -4996714 or 9879987. OLE color: 9879987.

HSL color Cylindrical-coordinate representation of color #B3C196: hue angle of 79.53º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3C196 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB179193150-
CMYK0.0700.220.24
HSL79.53º25.75%67.25%-
HSV(B)79.53º22.28%75.69%-
XYZ43.1749.9336.22-
YUV183.91108.86124.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=34.29%
G=36.97%
B=28.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931500.0700.220.2479.5325.7567.25
HexB3C196701618501a43
Octal26330122670263012032103
Binary101100111100000110010110111010110110001010000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C196; }

 p { color: rgb(179,193,150); }

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

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

 a { background-color: rgb(179,193,150); }

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

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

 span { border-color: rgb(179,193,150); }

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