#B4C2A1

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

Shades of Sprout #B4C2A1

Tints of Sprout #B4C2A1

Color information

#B4C2A1 (or 0xB4C2A1) is unknown color: approx Sprout. HEX triplet: B4, C2 and A1. RGB value is (180,194,161). Sum of RGB (Red+Green+Blue) = 180+194+161=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C2A1 is #4B3D5E. Grayscale: #BABABA. Windows color (decimal): -4930911 or 10601140. OLE color: 10601140.

HSL color Cylindrical-coordinate representation of color #B4C2A1: hue angle of 85.45º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4C2A1 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB180194161-
CMYK0.0700.170.24
HSL85.45º21.29%69.61%-
HSV(B)85.45º17.01%76.08%-
XYZ44.5550.8641.19-
YUV186.05113.86123.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=33.64%
G=36.26%
B=30.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941610.0700.170.2485.4521.2969.61
HexB4C2A1701118551546
Octal26430224170213012525106
Binary101101001100001010100001111010001110001010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C2A1; }

 p { color: rgb(180,194,161); }

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

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

 a { background-color: rgb(180,194,161); }

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

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

 span { border-color: rgb(180,194,161); }

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