Html Css Color HEX #B1AF7F Neutral Green

📋 copy color: '#B1AF7F'

red 177 ◦ green 175 ◦ blue 127

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

Shades of Neutral Green #B1AF7F

Tints of Neutral Green #B1AF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

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

R = 36.95%
G = 36.53%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1AF7F (or 0xB1AF7F) is known color: Neutral Green. HEX triplet: B1, AF and 7F. RGB value is (177,175,127). Sum of RGB (Red+Green+Blue) = 177+175+127=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF7F is #4E5080. Grayscale: #AAAAAA. Windows color (decimal): -5132417 or 8368049. OLE color: 8368049.

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

Color convert

RGB 177 175 127 -
CMYK 0 0.01 0.28 0.31
HSL 57.6º 0.24% 0.6% -
HSV(B) 57.6º 0.28% 0.69% -
XYZ 37.29 41.54 26.13 -
YUV 170.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 177 175 127 0 0.01 0.28 0.31 57.6 0.24 0.6
Hex B1 AF 7F 0 1 1C 1F 3A 18 3C
Octal 261 257 177 0 1 34 37 72 30 74
Binary 10110001 10101111 1111111 0 1 11100 11111 111010 11000 111100

Color Harmonies of #B1AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF7F

Black with #B1AF7F

Text Example


Text Example

White with #B1AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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