#B9C3A1

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

Shades of Sprout #B9C3A1

Tints of Sprout #B9C3A1

Color information

#B9C3A1 (or 0xB9C3A1) is unknown color: approx Sprout. HEX triplet: B9, C3 and A1. RGB value is (185,195,161). Sum of RGB (Red+Green+Blue) = 185+195+161=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3A1 is #463C5E. Grayscale: #BCBCBC. Windows color (decimal): -4602975 or 10601401. OLE color: 10601401.

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

Color convert

RGB185195161-
CMYK0.0500.170.24
HSL77.65º22.08%69.8%-
HSV(B)77.65º17.44%76.47%-
XYZ45.9651.9241.32-
YUV188.13112.69125.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=34.20%
G=36.04%
B=29.76%

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
Decimal1851951610.0500.170.2477.6522.0869.8
HexB9C3A15011184e1646
Octal27130324150213011626106
Binary101110011100001110100001101010001110001001110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3A1; }

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

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

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

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

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

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

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

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