#B1C0A3

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

Shades of Sprout #B1C0A3

Tints of Sprout #B1C0A3

Color information

#B1C0A3 (or 0xB1C0A3) is unknown color: approx Sprout. HEX triplet: B1, C0 and A3. RGB value is (177,192,163). Sum of RGB (Red+Green+Blue) = 177+192+163=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0A3 is #4E3F5C. Grayscale: #B8B8B8. Windows color (decimal): -5128029 or 10731697. OLE color: 10731697.

HSL color Cylindrical-coordinate representation of color #B1C0A3: hue angle of 91.03º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1C0A3 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB177192163-
CMYK0.0800.150.25
HSL91.03º18.71%69.61%-
HSV(B)91.03º15.1%75.29%-
XYZ43.5949.6941.94-
YUV184.21116.03122.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=33.27%
G=36.09%
B=30.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921630.0800.150.2591.0318.7169.61
HexB1C0A380F195b1346
Octal261300243100173113323106
Binary101100011100000010100011100001111110011011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C0A3; }

 p { color: rgb(177,192,163); }

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

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

 a { background-color: rgb(177,192,163); }

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

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

 span { border-color: rgb(177,192,163); }

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