#B2C4A1

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

Shades of Sprout #B2C4A1

Tints of Sprout #B2C4A1

Color information

#B2C4A1 (or 0xB2C4A1) is unknown color: approx Sprout. HEX triplet: B2, C4 and A1. RGB value is (178,196,161). Sum of RGB (Red+Green+Blue) = 178+196+161=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C4A1 is #4D3B5E. Grayscale: #BABABA. Windows color (decimal): -5061471 or 10601650. OLE color: 10601650.

HSL color Cylindrical-coordinate representation of color #B2C4A1: hue angle of 90.86º 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 #B2C4A1 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB178196161-
CMYK0.0900.180.23
HSL90.86º22.88%70%-
HSV(B)90.86º17.86%76.86%-
XYZ44.5351.5241.32-
YUV186.63113.54121.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=33.27%
G=36.64%
B=30.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961610.0900.180.2390.8622.8870
HexB2C4A19012175b1746
Octal262304241110222713327106
Binary1011001011000100101000011001010010101111011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4A1; }

 p { color: rgb(178,196,161); }

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

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

 a { background-color: rgb(178,196,161); }

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

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

 span { border-color: rgb(178,196,161); }

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