Html Css Color HEX #B1B49F Green Spring

📋 copy color: '#B1B49F'

red 177 ◦ green 180 ◦ blue 159

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

Shades of Green Spring #B1B49F

Tints of Green Spring #B1B49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

 BLUE value IS 159 (62.5% from 255) = 30.81%

R = 34.3%
G = 34.88%
B = 30.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B1B49F (or 0xB1B49F) is known color: Green Spring. HEX triplet: B1, B4 and 9F. RGB value is (177,180,159). Sum of RGB (Red+Green+Blue) = 177+180+159=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B49F is #4E4B60. Grayscale: #B0B0B0. Windows color (decimal): -5131105 or 10466481. OLE color: 10466481.

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

Color convert

RGB 177 180 159 -
CMYK 0.02 0 0.12 0.29
HSL 68.57º 0.12% 0.66% -
HSV(B) 68.57º 0.12% 0.71% -
XYZ 40.71 44.49 39.24 -
YUV 176.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 177 180 159 0.02 0 0.12 0.29 68.57 0.12 0.66
Hex B1 B4 9F 2 0 C 1D 45 C 42
Octal 261 264 237 2 0 14 35 105 14 102
Binary 10110001 10110100 10011111 10 0 1100 11101 1000101 1100 1000010

Color Harmonies of #B1B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B49F

Black with #B1B49F

Text Example


Text Example

White with #B1B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B49F; }

 p { color: rgb(177,180,159); }

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

background-color css

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

 a { background-color: rgb(177,180,159); }

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

border-color css

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

 span { border-color: rgb(177,180,159); }

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