Html Css Color HEX #B1AC7C Neutral Green

📋 copy color: '#B1AC7C'

red 177 ◦ green 172 ◦ blue 124

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

Shades of Neutral Green #B1AC7C

Tints of Neutral Green #B1AC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 37.42%
G = 36.36%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1AC7C (or 0xB1AC7C) is known color: Neutral Green. HEX triplet: B1, AC and 7C. RGB value is (177,172,124). Sum of RGB (Red+Green+Blue) = 177+172+124=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7C is #4E5383. Grayscale: #A8A8A8. Windows color (decimal): -5133188 or 8170673. OLE color: 8170673.

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

Color convert

RGB 177 172 124 -
CMYK 0 0.03 0.30 0.31
HSL 54.34º 0.25% 0.59% -
HSV(B) 54.34º 0.3% 0.69% -
XYZ 36.52 40.31 24.92 -
YUV 168.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 177 172 124 0 0.03 0.30 0.31 54.34 0.25 0.59
Hex B1 AC 7C 0 3 1E 1F 36 19 3B
Octal 261 254 174 0 3 36 37 66 31 73
Binary 10110001 10101100 1111100 0 11 11110 11111 110110 11001 111011

Color Harmonies of #B1AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC7C

Black with #B1AC7C

Text Example


Text Example

White with #B1AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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