#B3C19E

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

Shades of Sprout #B3C19E

Tints of Sprout #B3C19E

Color information

#B3C19E (or 0xB3C19E) is unknown color: approx Sprout. HEX triplet: B3, C1 and 9E. RGB value is (179,193,158). Sum of RGB (Red+Green+Blue) = 179+193+158=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19E is #4C3E61. Grayscale: #B8B8B8. Windows color (decimal): -4996706 or 10404275. OLE color: 10404275.

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

Color convert

RGB179193158-
CMYK0.0700.180.24
HSL84º22.01%68.82%-
HSV(B)84º18.13%75.69%-
XYZ43.8350.1939.73-
YUV184.82112.86123.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=33.77%
G=36.42%
B=29.81%

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
Decimal1791931580.0700.180.248422.0168.82
HexB3C19E701218541645
Octal26330123670223012426105
Binary101100111100000110011110111010010110001010100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C19E; }

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

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

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

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

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

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

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

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