#B3C19F

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

Shades of Sprout #B3C19F

Tints of Sprout #B3C19F

Color information

#B3C19F (or 0xB3C19F) is unknown color: approx Sprout. HEX triplet: B3, C1 and 9F. RGB value is (179,193,159). Sum of RGB (Red+Green+Blue) = 179+193+159=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19F is #4C3E60. Grayscale: #B9B9B9. Windows color (decimal): -4996705 or 10469811. OLE color: 10469811.

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

Color convert

RGB179193159-
CMYK0.0700.180.24
HSL84.71º21.52%69.02%-
HSV(B)84.71º17.62%75.69%-
XYZ43.9250.2340.18-
YUV184.94113.36123.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=33.71%
G=36.35%
B=29.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931590.0700.180.2484.7121.5269.02
HexB3C19F701218551645
Octal26330123770223012526105
Binary101100111100000110011111111010010110001010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C19F; }

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

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

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

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

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

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

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

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