#B3C197

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

Shades of Sprout #B3C197

Tints of Sprout #B3C197

Color information

#B3C197 (or 0xB3C197) is unknown color: approx Sprout. HEX triplet: B3, C1 and 97. RGB value is (179,193,151). Sum of RGB (Red+Green+Blue) = 179+193+151=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C197 is #4C3E68. Grayscale: #B8B8B8. Windows color (decimal): -4996713 or 9945523. OLE color: 9945523.

HSL color Cylindrical-coordinate representation of color #B3C197: hue angle of 80º degrees, saturation: 0.25, 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 #B3C197 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB179193151-
CMYK0.0700.220.24
HSL80º25.3%67.45%-
HSV(B)80º21.76%75.69%-
XYZ43.2549.9636.64-
YUV184.03109.36124.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=34.23%
G=36.90%
B=28.87%

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
Decimal1791931510.0700.220.248025.367.45
HexB3C197701618501943
Octal26330122770263012031103
Binary101100111100000110010111111010110110001010000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C197; }

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

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

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

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

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

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

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

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