Html Css Color HEX #B1BA96 Green Spring

📋 copy color: '#B1BA96'

red 177 ◦ green 186 ◦ blue 150

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

Shades of Green Spring #B1BA96

Tints of Green Spring #B1BA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 34.5%
G = 36.26%
B = 29.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B1BA96 (or 0xB1BA96) is known color: Green Spring. HEX triplet: B1, BA and 96. RGB value is (177,186,150). Sum of RGB (Red+Green+Blue) = 177+186+150=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA96 is #4E4569. Grayscale: #B3B3B3. Windows color (decimal): -5129578 or 9878193. OLE color: 9878193.

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

Color convert

RGB 177 186 150 -
CMYK 0.05 0 0.19 0.27
HSL 75º 0.21% 0.66% -
HSV(B) 75º 0.19% 0.73% -
XYZ 41.2 46.67 35.69 -
YUV 179.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 177 186 150 0.05 0 0.19 0.27 75 0.21 0.66
Hex B1 BA 96 5 0 13 1B 4B 15 42
Octal 261 272 226 5 0 23 33 113 25 102
Binary 10110001 10111010 10010110 101 0 10011 11011 1001011 10101 1000010

Color Harmonies of #B1BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA96

Black with #B1BA96

Text Example


Text Example

White with #B1BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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