Html Css Color HEX #B1AC7E Neutral Green

📋 copy color: '#B1AC7E'

red 177 ◦ green 172 ◦ blue 126

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

Shades of Neutral Green #B1AC7E

Tints of Neutral Green #B1AC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 37.26%
G = 36.21%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1AC7E (or 0xB1AC7E) is known color: Neutral Green. HEX triplet: B1, AC and 7E. RGB value is (177,172,126). Sum of RGB (Red+Green+Blue) = 177+172+126=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7E is #4E5381. Grayscale: #A8A8A8. Windows color (decimal): -5133186 or 8301745. OLE color: 8301745.

HSL color Cylindrical-coordinate representation of color #B1AC7E: hue angle of 54.12º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1AC7E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 172 126 -
CMYK 0 0.03 0.29 0.31
HSL 54.12º 0.25% 0.59% -
HSV(B) 54.12º 0.29% 0.69% -
XYZ 36.65 40.36 25.6 -
YUV 168.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 177 172 126 0 0.03 0.29 0.31 54.12 0.25 0.59
Hex B1 AC 7E 0 3 1D 1F 36 19 3B
Octal 261 254 176 0 3 35 37 66 31 73
Binary 10110001 10101100 1111110 0 11 11101 11111 110110 11001 111011

Color Harmonies of #B1AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC7E

Black with #B1AC7E

Text Example


Text Example

White with #B1AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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