Shades of Olive Green #B7B450
Tints of Olive Green #B7B450
RGB
CMYK
RGB Variations
Color information
#B7B450 (or 0xB7B450) is known color: Olive Green. HEX triplet: B7, B4 and 50. RGB value is (183,180,80). Sum of RGB (Red+Green+Blue) = 183+180+80=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B450 is #484BAF. Grayscale: #A9A9A9. Windows color (decimal): -4737968 or 5289143. OLE color: 5289143.
HSL color Cylindrical-coordinate representation of color #B7B450: hue angle of 58.25º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7B450 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 80 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.28 |
| HSL | 58.25º | 0.42% | 0.52% | - |
| HSV(B) | 58.25º | 0.56% | 0.72% | - |
| XYZ | 37.3 | 43.29 | 13.98 | - |
| YUV | 169.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 80 | 0 | 0.02 | 0.56 | 0.28 | 58.25 | 0.42 | 0.52 |
| Hex | B7 | B4 | 50 | 0 | 2 | 38 | 1C | 3A | 2A | 34 |
| Octal | 267 | 264 | 120 | 0 | 2 | 70 | 34 | 72 | 52 | 64 |
| Binary | 10110111 | 10110100 | 1010000 | 0 | 10 | 111000 | 11100 | 111010 | 101010 | 110100 |
Color Harmonies of #B7B450
Complementary color
Monochromatic Colors of #B7B450
Black with #B7B450
Text Example
Text Example
White with #B7B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B450; }
p { color: rgb(183,180,80); }
H1.HeaderClassName
{
color: #B7B450;
}
.AnyTagClassName
{
color: #B7B450;
}
</style>
background-color css
<style>
a { background-color: #B7B450; }
a { background-color: rgb(183,180,80); }
div.DivClassName
{
background-color: #B7B450;
}
.BgClassName
{
background-color: #B7B450;
}
</style>
border-color css
<style>
span { border-color: #B7B450; }
span { border-color: rgb(183,180,80); }
td.TdClassName
{
border-color: #B7B450;
}
.TagClassName
{
border-color: #B7B450;
}
</style>