Html Css Color HEX #B1C697 Sprout

📋 copy color: '#B1C697'

red 177 ◦ green 198 ◦ blue 151

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

Shades of Sprout #B1C697

Tints of Sprout #B1C697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

 BLUE value IS 151 (59.38% from 255) = 28.71%

R = 33.65%
G = 37.64%
B = 28.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#B1C697 (or 0xB1C697) is known color: Sprout. HEX triplet: B1, C6 and 97. RGB value is (177,198,151). Sum of RGB (Red+Green+Blue) = 177+198+151=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C697 is #4E3968. Grayscale: #BABABA. Windows color (decimal): -5126505 or 9946801. OLE color: 9946801.

HSL color Cylindrical-coordinate representation of color #B1C697: hue angle of 86.81º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1C697 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 151 -
CMYK 0.11 0 0.24 0.22
HSL 86.81º 0.29% 0.68% -
HSV(B) 86.81º 0.24% 0.78% -
XYZ 43.91 51.97 36.99 -
YUV 186.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 177 198 151 0.11 0 0.24 0.22 86.81 0.29 0.68
Hex B1 C6 97 B 0 18 16 57 1D 44
Octal 261 306 227 13 0 30 26 127 35 104
Binary 10110001 11000110 10010111 1011 0 11000 10110 1010111 11101 1000100

Color Harmonies of #B1C697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C697

Black with #B1C697

Text Example


Text Example

White with #B1C697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C697; }

 p { color: rgb(177,198,151); }

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

background-color css

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

 a { background-color: rgb(177,198,151); }

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

border-color css

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

 span { border-color: rgb(177,198,151); }

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