Html Css Color HEX #B1AC7F Neutral Green

📋 copy color: '#B1AC7F'

red 177 ◦ green 172 ◦ blue 127

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

Shades of Neutral Green #B1AC7F

Tints of Neutral Green #B1AC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 127 (50% from 255) = 26.68%

R = 37.18%
G = 36.13%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1AC7F (or 0xB1AC7F) is known color: Neutral Green. HEX triplet: B1, AC and 7F. RGB value is (177,172,127). Sum of RGB (Red+Green+Blue) = 177+172+127=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7F is #4E5380. Grayscale: #A8A8A8. Windows color (decimal): -5133185 or 8367281. OLE color: 8367281.

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

Color convert

RGB 177 172 127 -
CMYK 0 0.03 0.28 0.31
HSL 54º 0.24% 0.6% -
HSV(B) 54º 0.28% 0.69% -
XYZ 36.71 40.38 25.94 -
YUV 168.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 177 172 127 0 0.03 0.28 0.31 54 0.24 0.6
Hex B1 AC 7F 0 3 1C 1F 36 18 3C
Octal 261 254 177 0 3 34 37 66 30 74
Binary 10110001 10101100 1111111 0 11 11100 11111 110110 11000 111100

Color Harmonies of #B1AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC7F

Black with #B1AC7F

Text Example


Text Example

White with #B1AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC7F; }

 p { color: rgb(177,172,127); }

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

background-color css

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

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

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

border-color css

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

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

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