Html Css Color HEX #B1A87C Neutral Green

📋 copy color: '#B1A87C'

red 177 ◦ green 168 ◦ blue 124

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

Shades of Neutral Green #B1A87C

Tints of Neutral Green #B1A87C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 37.74%
G = 35.82%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1A87C (or 0xB1A87C) is known color: Neutral Green. HEX triplet: B1, A8 and 7C. RGB value is (177,168,124). Sum of RGB (Red+Green+Blue) = 177+168+124=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A87C is #4E5783. Grayscale: #A5A5A5. Windows color (decimal): -5134212 or 8169649. OLE color: 8169649.

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

Color convert

RGB 177 168 124 -
CMYK 0 0.05 0.30 0.31
HSL 49.81º 0.25% 0.59% -
HSV(B) 49.81º 0.3% 0.69% -
XYZ 35.77 38.81 24.67 -
YUV 165.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 177 168 124 0 0.05 0.30 0.31 49.81 0.25 0.59
Hex B1 A8 7C 0 5 1E 1F 32 19 3B
Octal 261 250 174 0 5 36 37 62 31 73
Binary 10110001 10101000 1111100 0 101 11110 11111 110010 11001 111011

Color Harmonies of #B1A87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A87C

Black with #B1A87C

Text Example


Text Example

White with #B1A87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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