#B3C19A

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

Shades of Sprout #B3C19A

Tints of Sprout #B3C19A

Color information

#B3C19A (or 0xB3C19A) is unknown color: approx Sprout. HEX triplet: B3, C1 and 9A. RGB value is (179,193,154). Sum of RGB (Red+Green+Blue) = 179+193+154=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19A is #4C3E65. Grayscale: #B8B8B8. Windows color (decimal): -4996710 or 10142131. OLE color: 10142131.

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

Color convert

RGB179193154-
CMYK0.0700.200.24
HSL81.54º23.93%68.04%-
HSV(B)81.54º20.21%75.69%-
XYZ43.4950.0637.94-
YUV184.37110.86124.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=34.03%
G=36.69%
B=29.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931540.0700.200.2481.5423.9368.04
HexB3C19A701418521844
Octal26330123270243012230104
Binary101100111100000110011010111010100110001010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C19A; }

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

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

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

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

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

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

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

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