#B1AF7A

Color #B1AF7A Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #B1AF7A

Tints of Neutral Green #B1AF7A

Color information

#B1AF7A (or 0xB1AF7A) is unknown color: approx Neutral Green. HEX triplet: B1, AF and 7A. RGB value is (177,175,122). Sum of RGB (Red+Green+Blue) = 177+175+122=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF7A is #4E5085. Grayscale: #A9A9A9. Windows color (decimal): -5132422 or 8040369. OLE color: 8040369.

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

Color convert

RGB177175122-
CMYK00.010.310.31
HSL57.82º26.07%58.63%-
HSV(B)57.82º31.07%69.41%-
XYZ36.9741.4124.46-
YUV169.56101.16133.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=37.34%
G=36.92%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717512200.010.310.3157.8226.0758.63
HexB1AF7A011F1F3a1a3b
Octal261257172013737723273
Binary1011000110101111111101001111111111111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF7A; }

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

 H1.HeaderClassName
 {
   color: #B1AF7A;
 }
 .AnyTagClassName
 {
   color: #B1AF7A;
 }
</style>
background-color css

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

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

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

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

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

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