Html Css Color HEX #B1B49C Green Spring

📋 copy color: '#B1B49C'

red 177 ◦ green 180 ◦ blue 156

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

Shades of Green Spring #B1B49C

Tints of Green Spring #B1B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 34.5%
G = 35.09%
B = 30.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B1B49C (or 0xB1B49C) is known color: Green Spring. HEX triplet: B1, B4 and 9C. RGB value is (177,180,156). Sum of RGB (Red+Green+Blue) = 177+180+156=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B49C is #4E4B63. Grayscale: #B0B0B0. Windows color (decimal): -5131108 or 10269873. OLE color: 10269873.

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

Color convert

RGB 177 180 156 -
CMYK 0.02 0 0.13 0.29
HSL 67.5º 0.14% 0.66% -
HSV(B) 67.5º 0.13% 0.71% -
XYZ 40.45 44.39 37.89 -
YUV 176.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 177 180 156 0.02 0 0.13 0.29 67.5 0.14 0.66
Hex B1 B4 9C 2 0 D 1D 44 E 42
Octal 261 264 234 2 0 15 35 104 16 102
Binary 10110001 10110100 10011100 10 0 1101 11101 1000100 1110 1000010

Color Harmonies of #B1B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B49C

Black with #B1B49C

Text Example


Text Example

White with #B1B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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