Html Css Color HEX #B9C2A0 Sprout

📋 copy color: '#B9C2A0'

red 185 ◦ green 194 ◦ blue 160

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

Shades of Sprout #B9C2A0

Tints of Sprout #B9C2A0

RGB

 RED value IS 185 (72.66% from 255) = 34.32%

 GREEN value IS 194 (76.17% from 255) = 35.99%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 34.32%
G = 35.99%
B = 29.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#B9C2A0 (or 0xB9C2A0) is known color: Sprout. HEX triplet: B9, C2 and A0. RGB value is (185,194,160). Sum of RGB (Red+Green+Blue) = 185+194+160=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2A0 is #463D5F. Grayscale: #BBBBBB. Windows color (decimal): -4603232 or 10535609. OLE color: 10535609.

HSL color Cylindrical-coordinate representation of color #B9C2A0: hue angle of 75.88º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9C2A0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 160 -
CMYK 0.05 0 0.18 0.24
HSL 75.88º 0.22% 0.69% -
HSV(B) 75.88º 0.18% 0.76% -
XYZ 45.64 51.44 40.78 -
YUV 187.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 185 194 160 0.05 0 0.18 0.24 75.88 0.22 0.69
Hex B9 C2 A0 5 0 12 18 4C 16 45
Octal 271 302 240 5 0 22 30 114 26 105
Binary 10111001 11000010 10100000 101 0 10010 11000 1001100 10110 1000101

Color Harmonies of #B9C2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2A0

Black with #B9C2A0

Text Example


Text Example

White with #B9C2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2A0; }

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

 H1.HeaderClassName
 {
   color: #B9C2A0;
 }
 .AnyTagClassName
 {
   color: #B9C2A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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