Html Css Color HEX #B1AF85 Neutral Green

📋 copy color: '#B1AF85'

red 177 ◦ green 175 ◦ blue 133

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

Shades of Neutral Green #B1AF85

Tints of Neutral Green #B1AF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 36.49%
G = 36.08%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B1AF85 (or 0xB1AF85) is known color: Neutral Green. HEX triplet: B1, AF and 85. RGB value is (177,175,133). Sum of RGB (Red+Green+Blue) = 177+175+133=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF85 is #4E507A. Grayscale: #AAAAAA. Windows color (decimal): -5132411 or 8761265. OLE color: 8761265.

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

Color convert

RGB 177 175 133 -
CMYK 0 0.01 0.25 0.31
HSL 57.27º 0.22% 0.61% -
HSV(B) 57.27º 0.25% 0.69% -
XYZ 37.7 41.7 28.25 -
YUV 170.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 177 175 133 0 0.01 0.25 0.31 57.27 0.22 0.61
Hex B1 AF 85 0 1 19 1F 39 16 3D
Octal 261 257 205 0 1 31 37 71 26 75
Binary 10110001 10101111 10000101 0 1 11001 11111 111001 10110 111101

Color Harmonies of #B1AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF85

Black with #B1AF85

Text Example


Text Example

White with #B1AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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