Shades of Citrus #ABBB0F
Tints of Citrus #ABBB0F
RGB
CMYK
RGB Variations
Color information
#ABBB0F (or 0xABBB0F) is known color: Citrus. HEX triplet: AB, BB and 0F. RGB value is (171,187,15). Sum of RGB (Red+Green+Blue) = 171+187+15=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB0F is #5444F0. Grayscale: #A3A3A3. Windows color (decimal): -5522673 or 1031083. OLE color: 1031083.
HSL color Cylindrical-coordinate representation of color #ABBB0F: hue angle of 65.58º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABBB0F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 15 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.27 |
| HSL | 65.58º | 0.85% | 0.4% | - |
| HSV(B) | 65.58º | 0.92% | 0.73% | - |
| XYZ | 34.65 | 44.23 | 7.16 | - |
| YUV | 162.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 15 | 0.09 | 0 | 0.92 | 0.27 | 65.58 | 0.85 | 0.4 |
| Hex | AB | BB | F | 9 | 0 | 5C | 1B | 42 | 55 | 28 |
| Octal | 253 | 273 | 17 | 11 | 0 | 134 | 33 | 102 | 125 | 50 |
| Binary | 10101011 | 10111011 | 1111 | 1001 | 0 | 1011100 | 11011 | 1000010 | 1010101 | 101000 |
Color Harmonies of #ABBB0F
Complementary color
Monochromatic Colors of #ABBB0F
Black with #ABBB0F
Text Example
Text Example
White with #ABBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB0F; }
p { color: rgb(171,187,15); }
H1.HeaderClassName
{
color: #ABBB0F;
}
.AnyTagClassName
{
color: #ABBB0F;
}
</style>
background-color css
<style>
a { background-color: #ABBB0F; }
a { background-color: rgb(171,187,15); }
div.DivClassName
{
background-color: #ABBB0F;
}
.BgClassName
{
background-color: #ABBB0F;
}
</style>
border-color css
<style>
span { border-color: #ABBB0F; }
span { border-color: rgb(171,187,15); }
td.TdClassName
{
border-color: #ABBB0F;
}
.TagClassName
{
border-color: #ABBB0F;
}
</style>