Html Css Color HEX #B1B997 Green Spring

📋 copy color: '#B1B997'

red 177 ◦ green 185 ◦ blue 151

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

Shades of Green Spring #B1B997

Tints of Green Spring #B1B997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

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

R = 34.5%
G = 36.06%
B = 29.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B1B997 (or 0xB1B997) is known color: Green Spring. HEX triplet: B1, B9 and 97. RGB value is (177,185,151). Sum of RGB (Red+Green+Blue) = 177+185+151=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B997 is #4E4668. Grayscale: #B2B2B2. Windows color (decimal): -5129833 or 9943473. OLE color: 9943473.

HSL color Cylindrical-coordinate representation of color #B1B997: hue angle of 74.12º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1B997 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 151 -
CMYK 0.04 0 0.18 0.27
HSL 74.12º 0.2% 0.66% -
HSV(B) 74.12º 0.18% 0.73% -
XYZ 41.07 46.28 36.05 -
YUV 178.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 177 185 151 0.04 0 0.18 0.27 74.12 0.2 0.66
Hex B1 B9 97 4 0 12 1B 4A 14 42
Octal 261 271 227 4 0 22 33 112 24 102
Binary 10110001 10111001 10010111 100 0 10010 11011 1001010 10100 1000010

Color Harmonies of #B1B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B997

Black with #B1B997

Text Example


Text Example

White with #B1B997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B997; }

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

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

background-color css

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

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

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

border-color css

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

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

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