Shades of Neutral Green #B3AE7B
Tints of Neutral Green #B3AE7B
RGB
CMYK
RGB Variations
Color information
#B3AE7B (or 0xB3AE7B) is known color: Neutral Green. HEX triplet: B3, AE and 7B. RGB value is (179,174,123). Sum of RGB (Red+Green+Blue) = 179+174+123=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE7B is #4C5184. Grayscale: #A9A9A9. Windows color (decimal): -5001605 or 8105651. OLE color: 8105651.
HSL color Cylindrical-coordinate representation of color #B3AE7B: hue angle of 54.64º degrees, saturation: 0.27, 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 #B3AE7B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 174 | 123 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.30 |
| HSL | 54.64º | 0.27% | 0.59% | - |
| HSV(B) | 54.64º | 0.31% | 0.7% | - |
| XYZ | 37.3 | 41.29 | 24.74 | - |
| YUV | 169.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 123 | 0 | 0.03 | 0.31 | 0.30 | 54.64 | 0.27 | 0.59 |
| Hex | B3 | AE | 7B | 0 | 3 | 1F | 1E | 37 | 1B | 3B |
| Octal | 263 | 256 | 173 | 0 | 3 | 37 | 36 | 67 | 33 | 73 |
| Binary | 10110011 | 10101110 | 1111011 | 0 | 11 | 11111 | 11110 | 110111 | 11011 | 111011 |
Color Harmonies of #B3AE7B
Complementary color
Monochromatic Colors of #B3AE7B
Black with #B3AE7B
Text Example
Text Example
White with #B3AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AE7B; }
p { color: rgb(179,174,123); }
H1.HeaderClassName
{
color: #B3AE7B;
}
.AnyTagClassName
{
color: #B3AE7B;
}
</style>
background-color css
<style>
a { background-color: #B3AE7B; }
a { background-color: rgb(179,174,123); }
div.DivClassName
{
background-color: #B3AE7B;
}
.BgClassName
{
background-color: #B3AE7B;
}
</style>
border-color css
<style>
span { border-color: #B3AE7B; }
span { border-color: rgb(179,174,123); }
td.TdClassName
{
border-color: #B3AE7B;
}
.TagClassName
{
border-color: #B3AE7B;
}
</style>