#B3C695

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

Shades of Sprout #B3C695

Tints of Sprout #B3C695

Color information

#B3C695 (or 0xB3C695) is unknown color: approx Sprout. HEX triplet: B3, C6 and 95. RGB value is (179,198,149). Sum of RGB (Red+Green+Blue) = 179+198+149=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C695 is #4C396A. Grayscale: #BABABA. Windows color (decimal): -4995435 or 9815731. OLE color: 9815731.

HSL color Cylindrical-coordinate representation of color #B3C695: hue angle of 83.27º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3C695 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB179198149-
CMYK0.1000.250.22
HSL83.27º30.06%68.04%-
HSV(B)83.27º24.75%77.65%-
XYZ44.2152.1436.17-
YUV186.73106.71122.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 198 (77.73% from 255) = 37.64%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=34.03%
G=37.64%
B=28.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791981490.1000.250.2283.2730.0668.04
HexB3C695A01916531e44
Octal263306225120312612336104
Binary1011001111000110100101011010011001101101010011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C695; }

 p { color: rgb(179,198,149); }

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

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

 a { background-color: rgb(179,198,149); }

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

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

 span { border-color: rgb(179,198,149); }

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