Html Css Color HEX #B9C2A1 Sprout

📋 copy color: '#B9C2A1'

red 185 ◦ green 194 ◦ blue 161

#B9C2A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #B9C2A1

Tints of Sprout #B9C2A1

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 value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#B9C2A1 (or 0xB9C2A1) is known color: 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

RGB 185 194 161 -
CMYK 0.05 0 0.17 0.24
HSL 76.36º 0.21% 0.7% -
HSV(B) 76.36º 0.17% 0.76% -
XYZ 45.73 51.47 41.24 -
YUV 187.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 185 194 161 0.05 0 0.17 0.24 76.36 0.21 0.7
Hex B9 C2 A1 5 0 11 18 4C 15 46
Octal 271 302 241 5 0 21 30 114 25 106
Binary 10111001 11000010 10100001 101 0 10001 11000 1001100 10101 1000110

Color Harmonies of #B9C2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2A1

Black with #B9C2A1

Text Example


Text Example

White with #B9C2A1

Text Example


Text Example

HTML Codes & Css Web 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>