Shades of Olive Green #AFB250
Tints of Olive Green #AFB250
RGB
CMYK
RGB Variations
Color information
#AFB250 (or 0xAFB250) is known color: Olive Green. HEX triplet: AF, B2 and 50. RGB value is (175,178,80). Sum of RGB (Red+Green+Blue) = 175+178+80=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB250 is #504DAF. Grayscale: #A6A6A6. Windows color (decimal): -5262768 or 5288623. OLE color: 5288623.
HSL color Cylindrical-coordinate representation of color #AFB250: hue angle of 61.84º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFB250 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 80 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.30 |
| HSL | 61.84º | 0.39% | 0.51% | - |
| HSV(B) | 61.84º | 0.55% | 0.7% | - |
| XYZ | 35.05 | 41.53 | 13.76 | - |
| YUV | 165.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 80 | 0.02 | 0 | 0.55 | 0.30 | 61.84 | 0.39 | 0.51 |
| Hex | AF | B2 | 50 | 2 | 0 | 37 | 1E | 3E | 27 | 33 |
| Octal | 257 | 262 | 120 | 2 | 0 | 67 | 36 | 76 | 47 | 63 |
| Binary | 10101111 | 10110010 | 1010000 | 10 | 0 | 110111 | 11110 | 111110 | 100111 | 110011 |
Color Harmonies of #AFB250
Complementary color
Monochromatic Colors of #AFB250
Black with #AFB250
Text Example
Text Example
White with #AFB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB250; }
p { color: rgb(175,178,80); }
H1.HeaderClassName
{
color: #AFB250;
}
.AnyTagClassName
{
color: #AFB250;
}
</style>
background-color css
<style>
a { background-color: #AFB250; }
a { background-color: rgb(175,178,80); }
div.DivClassName
{
background-color: #AFB250;
}
.BgClassName
{
background-color: #AFB250;
}
</style>
border-color css
<style>
span { border-color: #AFB250; }
span { border-color: rgb(175,178,80); }
td.TdClassName
{
border-color: #AFB250;
}
.TagClassName
{
border-color: #AFB250;
}
</style>