Html Css Color HEX #B1B49B Green Spring

📋 copy color: '#B1B49B'

red 177 ◦ green 180 ◦ blue 155

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

Shades of Green Spring #B1B49B

Tints of Green Spring #B1B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 34.57%
G = 35.16%
B = 30.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B1B49B (or 0xB1B49B) is known color: Green Spring. HEX triplet: B1, B4 and 9B. RGB value is (177,180,155). Sum of RGB (Red+Green+Blue) = 177+180+155=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B49B is #4E4B64. Grayscale: #B0B0B0. Windows color (decimal): -5131109 or 10204337. OLE color: 10204337.

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

Color convert

RGB 177 180 155 -
CMYK 0.02 0 0.14 0.29
HSL 67.2º 0.14% 0.66% -
HSV(B) 67.2º 0.14% 0.71% -
XYZ 40.37 44.36 37.44 -
YUV 176.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 177 180 155 0.02 0 0.14 0.29 67.2 0.14 0.66
Hex B1 B4 9B 2 0 E 1D 43 E 42
Octal 261 264 233 2 0 16 35 103 16 102
Binary 10110001 10110100 10011011 10 0 1110 11101 1000011 1110 1000010

Color Harmonies of #B1B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B49B

Black with #B1B49B

Text Example


Text Example

White with #B1B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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