Html Css Color HEX #B1C0A0 Sprout

📋 copy color: '#B1C0A0'

red 177 ◦ green 192 ◦ blue 160

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

Shades of Sprout #B1C0A0

Tints of Sprout #B1C0A0

RGB

 RED value IS 177 (69.53% from 255) = 33.46%

 GREEN value IS 192 (75.39% from 255) = 36.29%

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

R = 33.46%
G = 36.29%
B = 30.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#B1C0A0 (or 0xB1C0A0) is known color: Sprout. HEX triplet: B1, C0 and A0. RGB value is (177,192,160). Sum of RGB (Red+Green+Blue) = 177+192+160=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0A0 is #4E3F5F. Grayscale: #B7B7B7. Windows color (decimal): -5128032 or 10535089. OLE color: 10535089.

HSL color Cylindrical-coordinate representation of color #B1C0A0: hue angle of 88.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1C0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 160 -
CMYK 0.08 0 0.17 0.25
HSL 88.13º 0.2% 0.69% -
HSV(B) 88.13º 0.17% 0.75% -
XYZ 43.33 49.58 40.54 -
YUV 183.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 177 192 160 0.08 0 0.17 0.25 88.13 0.2 0.69
Hex B1 C0 A0 8 0 11 19 58 14 45
Octal 261 300 240 10 0 21 31 130 24 105
Binary 10110001 11000000 10100000 1000 0 10001 11001 1011000 10100 1000101

Color Harmonies of #B1C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C0A0

Black with #B1C0A0

Text Example


Text Example

White with #B1C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C0A0; }

 p { color: rgb(177,192,160); }

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

background-color css

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

 a { background-color: rgb(177,192,160); }

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

border-color css

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

 span { border-color: rgb(177,192,160); }

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