Html Css Color HEX #B1BA9C Green Spring

📋 copy color: '#B1BA9C'

red 177 ◦ green 186 ◦ blue 156

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

Shades of Green Spring #B1BA9C

Tints of Green Spring #B1BA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 34.1%
G = 35.84%
B = 30.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B1BA9C (or 0xB1BA9C) is known color: Green Spring. HEX triplet: B1, BA and 9C. RGB value is (177,186,156). Sum of RGB (Red+Green+Blue) = 177+186+156=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA9C is #4E4563. Grayscale: #B4B4B4. Windows color (decimal): -5129572 or 10271409. OLE color: 10271409.

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

Color convert

RGB 177 186 156 -
CMYK 0.05 0 0.16 0.27
HSL 78º 0.18% 0.67% -
HSV(B) 78º 0.16% 0.73% -
XYZ 41.69 46.87 38.3 -
YUV 179.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 177 186 156 0.05 0 0.16 0.27 78 0.18 0.67
Hex B1 BA 9C 5 0 10 1B 4E 12 43
Octal 261 272 234 5 0 20 33 116 22 103
Binary 10110001 10111010 10011100 101 0 10000 11011 1001110 10010 1000011

Color Harmonies of #B1BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA9C

Black with #B1BA9C

Text Example


Text Example

White with #B1BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA9C; }

 p { color: rgb(177,186,156); }

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

background-color css

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

 a { background-color: rgb(177,186,156); }

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

border-color css

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

 span { border-color: rgb(177,186,156); }

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