#B4C4A2

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

Shades of Sprout #B4C4A2

Tints of Sprout #B4C4A2

Color information

#B4C4A2 (or 0xB4C4A2) is unknown color: approx Sprout. HEX triplet: B4, C4 and A2. RGB value is (180,196,162). Sum of RGB (Red+Green+Blue) = 180+196+162=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C4A2 is #4B3B5D. Grayscale: #BBBBBB. Windows color (decimal): -4930398 or 10667188. OLE color: 10667188.

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

Color convert

RGB180196162-
CMYK0.0800.170.23
HSL88.24º22.37%70.2%-
HSV(B)88.24º17.35%76.86%-
XYZ45.0851.7941.8-
YUV187.34113.7122.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=33.46%
G=36.43%
B=30.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801961620.0800.170.2388.2422.3770.2
HexB4C4A2801117581646
Octal264304242100212713026106
Binary1011010011000100101000101000010001101111011000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C4A2; }

 p { color: rgb(180,196,162); }

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

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

 a { background-color: rgb(180,196,162); }

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

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

 span { border-color: rgb(180,196,162); }

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