Html Css Color HEX #B1A77C Neutral Green

📋 copy color: '#B1A77C'

red 177 ◦ green 167 ◦ blue 124

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

Shades of Neutral Green #B1A77C

Tints of Neutral Green #B1A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 37.82%
G = 35.68%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1A77C (or 0xB1A77C) is known color: Neutral Green. HEX triplet: B1, A7 and 7C. RGB value is (177,167,124). Sum of RGB (Red+Green+Blue) = 177+167+124=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A77C is #4E5883. Grayscale: #A5A5A5. Windows color (decimal): -5134468 or 8169393. OLE color: 8169393.

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

Color convert

RGB 177 167 124 -
CMYK 0 0.06 0.30 0.31
HSL 48.68º 0.25% 0.59% -
HSV(B) 48.68º 0.3% 0.69% -
XYZ 35.59 38.44 24.61 -
YUV 165.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 177 167 124 0 0.06 0.30 0.31 48.68 0.25 0.59
Hex B1 A7 7C 0 6 1E 1F 31 19 3B
Octal 261 247 174 0 6 36 37 61 31 73
Binary 10110001 10100111 1111100 0 110 11110 11111 110001 11001 111011

Color Harmonies of #B1A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A77C

Black with #B1A77C

Text Example


Text Example

White with #B1A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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