#B1C4A0

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

Shades of Sprout #B1C4A0

Tints of Sprout #B1C4A0

Color information

#B1C4A0 (or 0xB1C4A0) is unknown color: approx Sprout. HEX triplet: B1, C4 and A0. RGB value is (177,196,160). Sum of RGB (Red+Green+Blue) = 177+196+160=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C4A0 is #4E3B5F. Grayscale: #BABABA. Windows color (decimal): -5127008 or 10536113. OLE color: 10536113.

HSL color Cylindrical-coordinate representation of color #B1C4A0: hue angle of 91.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1C4A0 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB177196160-
CMYK0.1000.180.23
HSL91.67º23.38%69.8%-
HSV(B)91.67º18.37%76.86%-
XYZ44.2251.3740.84-
YUV186.22113.21121.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=33.21%
G=36.77%
B=30.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771961600.1000.180.2391.6723.3869.8
HexB1C4A0A012175c1746
Octal261304240120222713427106
Binary1011000111000100101000001010010010101111011100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4A0; }

 p { color: rgb(177,196,160); }

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

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

 a { background-color: rgb(177,196,160); }

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

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

 span { border-color: rgb(177,196,160); }

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