Html Css Color HEX #B1B996 Green Spring

📋 copy color: '#B1B996'

red 177 ◦ green 185 ◦ blue 150

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

Shades of Green Spring #B1B996

Tints of Green Spring #B1B996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 34.57%
G = 36.13%
B = 29.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B1B996 (or 0xB1B996) is known color: Green Spring. HEX triplet: B1, B9 and 96. RGB value is (177,185,150). Sum of RGB (Red+Green+Blue) = 177+185+150=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B996 is #4E4669. Grayscale: #B2B2B2. Windows color (decimal): -5129834 or 9877937. OLE color: 9877937.

HSL color Cylindrical-coordinate representation of color #B1B996: hue angle of 73.71º degrees, saturation: 0.2, 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 #B1B996 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 150 -
CMYK 0.04 0 0.19 0.27
HSL 73.71º 0.2% 0.66% -
HSV(B) 73.71º 0.19% 0.73% -
XYZ 40.99 46.25 35.62 -
YUV 178.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 177 185 150 0.04 0 0.19 0.27 73.71 0.2 0.66
Hex B1 B9 96 4 0 13 1B 4A 14 42
Octal 261 271 226 4 0 23 33 112 24 102
Binary 10110001 10111001 10010110 100 0 10011 11011 1001010 10100 1000010

Color Harmonies of #B1B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B996

Black with #B1B996

Text Example


Text Example

White with #B1B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B996; }

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

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

background-color css

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

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

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

border-color css

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

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

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