Shades of Neutral Green #B2AF7B
Tints of Neutral Green #B2AF7B
RGB
CMYK
RGB Variations
Color information
#B2AF7B (or 0xB2AF7B) is known color: Neutral Green. HEX triplet: B2, AF and 7B. RGB value is (178,175,123). Sum of RGB (Red+Green+Blue) = 178+175+123=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF7B is #4D5084. Grayscale: #AAAAAA. Windows color (decimal): -5066885 or 8105906. OLE color: 8105906.
HSL color Cylindrical-coordinate representation of color #B2AF7B: hue angle of 56.73º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AF7B is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 123 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.30 |
| HSL | 56.73º | 0.26% | 0.59% | - |
| HSV(B) | 56.73º | 0.31% | 0.7% | - |
| XYZ | 37.27 | 41.55 | 24.8 | - |
| YUV | 169.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 123 | 0 | 0.02 | 0.31 | 0.30 | 56.73 | 0.26 | 0.59 |
| Hex | B2 | AF | 7B | 0 | 2 | 1F | 1E | 39 | 1A | 3B |
| Octal | 262 | 257 | 173 | 0 | 2 | 37 | 36 | 71 | 32 | 73 |
| Binary | 10110010 | 10101111 | 1111011 | 0 | 10 | 11111 | 11110 | 111001 | 11010 | 111011 |
Color Harmonies of #B2AF7B
Complementary color
Monochromatic Colors of #B2AF7B
Black with #B2AF7B
Text Example
Text Example
White with #B2AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF7B; }
p { color: rgb(178,175,123); }
H1.HeaderClassName
{
color: #B2AF7B;
}
.AnyTagClassName
{
color: #B2AF7B;
}
</style>
background-color css
<style>
a { background-color: #B2AF7B; }
a { background-color: rgb(178,175,123); }
div.DivClassName
{
background-color: #B2AF7B;
}
.BgClassName
{
background-color: #B2AF7B;
}
</style>
border-color css
<style>
span { border-color: #B2AF7B; }
span { border-color: rgb(178,175,123); }
td.TdClassName
{
border-color: #B2AF7B;
}
.TagClassName
{
border-color: #B2AF7B;
}
</style>