Html Css Color HEX #B1BA9A Green Spring

📋 copy color: '#B1BA9A'

red 177 ◦ green 186 ◦ blue 154

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

Shades of Green Spring #B1BA9A

Tints of Green Spring #B1BA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 34.24%
G = 35.98%
B = 29.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B1BA9A (or 0xB1BA9A) is known color: Green Spring. HEX triplet: B1, BA and 9A. RGB value is (177,186,154). Sum of RGB (Red+Green+Blue) = 177+186+154=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA9A is #4E4565. Grayscale: #B3B3B3. Windows color (decimal): -5129574 or 10140337. OLE color: 10140337.

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

Color convert

RGB 177 186 154 -
CMYK 0.05 0 0.17 0.27
HSL 76.88º 0.19% 0.67% -
HSV(B) 76.88º 0.17% 0.73% -
XYZ 41.52 46.8 37.42 -
YUV 179.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 177 186 154 0.05 0 0.17 0.27 76.88 0.19 0.67
Hex B1 BA 9A 5 0 11 1B 4D 13 43
Octal 261 272 232 5 0 21 33 115 23 103
Binary 10110001 10111010 10011010 101 0 10001 11011 1001101 10011 1000011

Color Harmonies of #B1BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA9A

Black with #B1BA9A

Text Example


Text Example

White with #B1BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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