Shades of Citrus #ABB80F
Tints of Citrus #ABB80F
RGB
CMYK
RGB Variations
Color information
#ABB80F (or 0xABB80F) is known color: Citrus. HEX triplet: AB, B8 and 0F. RGB value is (171,184,15). Sum of RGB (Red+Green+Blue) = 171+184+15=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB80F is #5447F0. Grayscale: #A1A1A1. Windows color (decimal): -5523441 or 1030315. OLE color: 1030315.
HSL color Cylindrical-coordinate representation of color #ABB80F: hue angle of 64.62º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABB80F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 15 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.28 |
| HSL | 64.62º | 0.85% | 0.39% | - |
| HSV(B) | 64.62º | 0.92% | 0.72% | - |
| XYZ | 34.02 | 42.97 | 6.95 | - |
| YUV | 160.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 15 | 0.07 | 0 | 0.92 | 0.28 | 64.62 | 0.85 | 0.39 |
| Hex | AB | B8 | F | 7 | 0 | 5C | 1C | 41 | 55 | 27 |
| Octal | 253 | 270 | 17 | 7 | 0 | 134 | 34 | 101 | 125 | 47 |
| Binary | 10101011 | 10111000 | 1111 | 111 | 0 | 1011100 | 11100 | 1000001 | 1010101 | 100111 |
Color Harmonies of #ABB80F
Complementary color
Monochromatic Colors of #ABB80F
Black with #ABB80F
Text Example
Text Example
White with #ABB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB80F; }
p { color: rgb(171,184,15); }
H1.HeaderClassName
{
color: #ABB80F;
}
.AnyTagClassName
{
color: #ABB80F;
}
</style>
background-color css
<style>
a { background-color: #ABB80F; }
a { background-color: rgb(171,184,15); }
div.DivClassName
{
background-color: #ABB80F;
}
.BgClassName
{
background-color: #ABB80F;
}
</style>
border-color css
<style>
span { border-color: #ABB80F; }
span { border-color: rgb(171,184,15); }
td.TdClassName
{
border-color: #ABB80F;
}
.TagClassName
{
border-color: #ABB80F;
}
</style>