#B9C2A1

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

Shades of Sprout #B9C2A1

Tints of Sprout #B9C2A1

Color information

#B9C2A1 (or 0xB9C2A1) is unknown color: approx Sprout. HEX triplet: B9, C2 and A1. RGB value is (185,194,161). Sum of RGB (Red+Green+Blue) = 185+194+161=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2A1 is #463D5E. Grayscale: #BBBBBB. Windows color (decimal): -4603231 or 10601145. OLE color: 10601145.

HSL color Cylindrical-coordinate representation of color #B9C2A1: hue angle of 76.36º 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 #B9C2A1 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB185194161-
CMYK0.0500.170.24
HSL76.36º21.29%69.61%-
HSV(B)76.36º17.01%76.08%-
XYZ45.7351.4741.24-
YUV187.55113.02126.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=34.26%
G=35.93%
B=29.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941610.0500.170.2476.3621.2969.61
HexB9C2A15011184c1546
Octal27130224150213011425106
Binary101110011100001010100001101010001110001001100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2A1; }

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

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

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

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

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

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

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

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