Shades of Neutral Green #B1AE83
Tints of Neutral Green #B1AE83
RGB
CMYK
RGB Variations
Color information
#B1AE83 (or 0xB1AE83) is known color: Neutral Green. HEX triplet: B1, AE and 83. RGB value is (177,174,131). Sum of RGB (Red+Green+Blue) = 177+174+131=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE83 is #4E517C. Grayscale: #AAAAAA. Windows color (decimal): -5132669 or 8629937. OLE color: 8629937.
HSL color Cylindrical-coordinate representation of color #B1AE83: hue angle of 56.09º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1AE83 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 131 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.31 |
| HSL | 56.09º | 0.23% | 0.6% | - |
| HSV(B) | 56.09º | 0.26% | 0.69% | - |
| XYZ | 37.36 | 41.26 | 27.47 | - |
| YUV | 170 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 131 | 0 | 0.02 | 0.26 | 0.31 | 56.09 | 0.23 | 0.6 |
| Hex | B1 | AE | 83 | 0 | 2 | 1A | 1F | 38 | 17 | 3C |
| Octal | 261 | 256 | 203 | 0 | 2 | 32 | 37 | 70 | 27 | 74 |
| Binary | 10110001 | 10101110 | 10000011 | 0 | 10 | 11010 | 11111 | 111000 | 10111 | 111100 |
Color Harmonies of #B1AE83
Complementary color
Monochromatic Colors of #B1AE83
Black with #B1AE83
Text Example
Text Example
White with #B1AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE83; }
p { color: rgb(177,174,131); }
H1.HeaderClassName
{
color: #B1AE83;
}
.AnyTagClassName
{
color: #B1AE83;
}
</style>
background-color css
<style>
a { background-color: #B1AE83; }
a { background-color: rgb(177,174,131); }
div.DivClassName
{
background-color: #B1AE83;
}
.BgClassName
{
background-color: #B1AE83;
}
</style>
border-color css
<style>
span { border-color: #B1AE83; }
span { border-color: rgb(177,174,131); }
td.TdClassName
{
border-color: #B1AE83;
}
.TagClassName
{
border-color: #B1AE83;
}
</style>