Html Css Color HEX #B1AD80 Neutral Green

📋 copy color: '#B1AD80'

red 177 ◦ green 173 ◦ blue 128

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

Shades of Neutral Green #B1AD80

Tints of Neutral Green #B1AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

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

R = 37.03%
G = 36.19%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1AD80 (or 0xB1AD80) is known color: Neutral Green. HEX triplet: B1, AD and 80. RGB value is (177,173,128). Sum of RGB (Red+Green+Blue) = 177+173+128=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD80 is #4E527F. Grayscale: #A9A9A9. Windows color (decimal): -5132928 or 8433073. OLE color: 8433073.

HSL color Cylindrical-coordinate representation of color #B1AD80: hue angle of 55.1º 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 #B1AD80 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 128 -
CMYK 0 0.02 0.28 0.31
HSL 55.1º 0.24% 0.6% -
HSV(B) 55.1º 0.28% 0.69% -
XYZ 36.97 40.79 26.35 -
YUV 169.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 177 173 128 0 0.02 0.28 0.31 55.1 0.24 0.6
Hex B1 AD 80 0 2 1C 1F 37 18 3C
Octal 261 255 200 0 2 34 37 67 30 74
Binary 10110001 10101101 10000000 0 10 11100 11111 110111 11000 111100

Color Harmonies of #B1AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD80

Black with #B1AD80

Text Example


Text Example

White with #B1AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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