Html Css Color HEX #B3BAA1 Green Spring

📋 copy color: '#B3BAA1'

red 179 ◦ green 186 ◦ blue 161

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

Shades of Green Spring #B3BAA1

Tints of Green Spring #B3BAA1

RGB

 RED value IS 179 (70.31% from 255) = 34.03%

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

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

R = 34.03%
G = 35.36%
B = 30.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B3BAA1 (or 0xB3BAA1) is known color: Green Spring. HEX triplet: B3, BA and A1. RGB value is (179,186,161). Sum of RGB (Red+Green+Blue) = 179+186+161=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAA1 is #4C455E. Grayscale: #B5B5B5. Windows color (decimal): -4998495 or 10599091. OLE color: 10599091.

HSL color Cylindrical-coordinate representation of color #B3BAA1: hue angle of 76.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3BAA1 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 161 -
CMYK 0.04 0 0.13 0.27
HSL 76.8º 0.15% 0.68% -
HSV(B) 76.8º 0.13% 0.73% -
XYZ 42.58 47.27 40.6 -
YUV 181.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 179 186 161 0.04 0 0.13 0.27 76.8 0.15 0.68
Hex B3 BA A1 4 0 D 1B 4D F 44
Octal 263 272 241 4 0 15 33 115 17 104
Binary 10110011 10111010 10100001 100 0 1101 11011 1001101 1111 1000100

Color Harmonies of #B3BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BAA1

Black with #B3BAA1

Text Example


Text Example

White with #B3BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BAA1; }

 p { color: rgb(179,186,161); }

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

background-color css

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

 a { background-color: rgb(179,186,161); }

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

border-color css

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

 span { border-color: rgb(179,186,161); }

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