Html Css Color HEX #B0B6A1 Green Spring

📋 copy color: '#B0B6A1'

red 176 ◦ green 182 ◦ blue 161

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

Shades of Green Spring #B0B6A1

Tints of Green Spring #B0B6A1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 33.91%
G = 35.07%
B = 31.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B0B6A1 (or 0xB0B6A1) is known color: Green Spring. HEX triplet: B0, B6 and A1. RGB value is (176,182,161). Sum of RGB (Red+Green+Blue) = 176+182+161=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B6A1 is #4F495E. Grayscale: #B1B1B1. Windows color (decimal): -5196127 or 10598064. OLE color: 10598064.

HSL color Cylindrical-coordinate representation of color #B0B6A1: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B6A1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 161 -
CMYK 0.03 0 0.12 0.29
HSL 77.14º 0.13% 0.67% -
HSV(B) 77.14º 0.12% 0.71% -
XYZ 41.07 45.26 40.29 -
YUV 177.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 176 182 161 0.03 0 0.12 0.29 77.14 0.13 0.67
Hex B0 B6 A1 3 0 C 1D 4D D 43
Octal 260 266 241 3 0 14 35 115 15 103
Binary 10110000 10110110 10100001 11 0 1100 11101 1001101 1101 1000011

Color Harmonies of #B0B6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B6A1

Black with #B0B6A1

Text Example


Text Example

White with #B0B6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B6A1; }

 p { color: rgb(176,182,161); }

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

background-color css

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

 a { background-color: rgb(176,182,161); }

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

border-color css

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

 span { border-color: rgb(176,182,161); }

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