Html Css Color HEX #B0B997 Green Spring

📋 copy color: '#B0B997'

red 176 ◦ green 185 ◦ blue 151

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

Shades of Green Spring #B0B997

Tints of Green Spring #B0B997

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

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

R = 34.38%
G = 36.13%
B = 29.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B0B997 (or 0xB0B997) is known color: Green Spring. HEX triplet: B0, B9 and 97. RGB value is (176,185,151). Sum of RGB (Red+Green+Blue) = 176+185+151=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B997 is #4F4668. Grayscale: #B2B2B2. Windows color (decimal): -5195369 or 9943472. OLE color: 9943472.

HSL color Cylindrical-coordinate representation of color #B0B997: hue angle of 75.88º 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 #B0B997 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 151 -
CMYK 0.05 0 0.18 0.27
HSL 75.88º 0.2% 0.66% -
HSV(B) 75.88º 0.18% 0.73% -
XYZ 40.84 46.16 36.04 -
YUV 178.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 176 185 151 0.05 0 0.18 0.27 75.88 0.2 0.66
Hex B0 B9 97 5 0 12 1B 4C 14 42
Octal 260 271 227 5 0 22 33 114 24 102
Binary 10110000 10111001 10010111 101 0 10010 11011 1001100 10100 1000010

Color Harmonies of #B0B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B997

Black with #B0B997

Text Example


Text Example

White with #B0B997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B997; }

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

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

background-color css

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

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

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

border-color css

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

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

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