#B3C19B

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

Shades of Sprout #B3C19B

Tints of Sprout #B3C19B

Color information

#B3C19B (or 0xB3C19B) is unknown color: approx Sprout. HEX triplet: B3, C1 and 9B. RGB value is (179,193,155). Sum of RGB (Red+Green+Blue) = 179+193+155=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19B is #4C3E64. Grayscale: #B8B8B8. Windows color (decimal): -4996709 or 10207667. OLE color: 10207667.

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

Color convert

RGB179193155-
CMYK0.0700.200.24
HSL82.11º23.46%68.24%-
HSV(B)82.11º19.69%75.69%-
XYZ43.5850.0938.38-
YUV184.48111.36124.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=33.97%
G=36.62%
B=29.41%

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
Decimal1791931550.0700.200.2482.1123.4668.24
HexB3C19B701418521744
Octal26330123370243012227104
Binary101100111100000110011011111010100110001010010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C19B; }

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

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

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

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

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

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

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

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