Html Css Color HEX #B1B180 Neutral Green

📋 copy color: '#B1B180'

red 177 ◦ green 177 ◦ blue 128

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

Shades of Neutral Green #B1B180

Tints of Neutral Green #B1B180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 36.72%
G = 36.72%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1B180 (or 0xB1B180) is known color: Neutral Green. HEX triplet: B1, B1 and 80. RGB value is (177,177,128). Sum of RGB (Red+Green+Blue) = 177+177+128=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B180 is #4E4E7F. Grayscale: #ABABAB. Windows color (decimal): -5131904 or 8434097. OLE color: 8434097.

HSL color Cylindrical-coordinate representation of color #B1B180: hue angle of 60º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1B180 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 177 128 -
CMYK 0 0 0.28 0.31
HSL 60º 0.24% 0.6% -
HSV(B) 60º 0.28% 0.69% -
XYZ 37.75 42.35 26.61 -
YUV 171.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 177 177 128 0 0 0.28 0.31 60 0.24 0.6
Hex B1 B1 80 0 0 1C 1F 3C 18 3C
Octal 261 261 200 0 0 34 37 74 30 74
Binary 10110001 10110001 10000000 0 0 11100 11111 111100 11000 111100

Color Harmonies of #B1B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B180

Black with #B1B180

Text Example


Text Example

White with #B1B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B180; }

 p { color: rgb(177,177,128); }

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

background-color css

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

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

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

border-color css

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

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

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