#B3C096

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

Shades of Sprout #B3C096

Tints of Sprout #B3C096

Color information

#B3C096 (or 0xB3C096) is unknown color: approx Sprout. HEX triplet: B3, C0 and 96. RGB value is (179,192,150). Sum of RGB (Red+Green+Blue) = 179+192+150=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C096 is #4C3F69. Grayscale: #B7B7B7. Windows color (decimal): -4996970 or 9879731. OLE color: 9879731.

HSL color Cylindrical-coordinate representation of color #B3C096: hue angle of 78.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3C096 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB179192150-
CMYK0.0700.220.25
HSL78.57º25%67.06%-
HSV(B)78.57º21.88%75.29%-
XYZ42.9549.4836.14-
YUV183.32109.19124.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=34.36%
G=36.85%
B=28.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921500.0700.220.2578.572567.06
HexB3C0967016194f1943
Octal26330022670263111731103
Binary101100111100000010010110111010110110011001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C096; }

 p { color: rgb(179,192,150); }

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

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

 a { background-color: rgb(179,192,150); }

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

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

 span { border-color: rgb(179,192,150); }

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