Shades of Citrus #ABBB0D
Tints of Citrus #ABBB0D
RGB
CMYK
RGB Variations
Color information
#ABBB0D (or 0xABBB0D) is known color: Citrus. HEX triplet: AB, BB and 0D. RGB value is (171,187,13). Sum of RGB (Red+Green+Blue) = 171+187+13=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB0D is #5444F2. Grayscale: #A3A3A3. Windows color (decimal): -5522675 or 900011. OLE color: 900011.
HSL color Cylindrical-coordinate representation of color #ABBB0D: hue angle of 65.52º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABBB0D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 13 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.27 |
| HSL | 65.52º | 0.87% | 0.39% | - |
| HSV(B) | 65.52º | 0.93% | 0.73% | - |
| XYZ | 34.64 | 44.23 | 7.09 | - |
| YUV | 162.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 13 | 0.09 | 0 | 0.93 | 0.27 | 65.52 | 0.87 | 0.39 |
| Hex | AB | BB | D | 9 | 0 | 5D | 1B | 42 | 57 | 27 |
| Octal | 253 | 273 | 15 | 11 | 0 | 135 | 33 | 102 | 127 | 47 |
| Binary | 10101011 | 10111011 | 1101 | 1001 | 0 | 1011101 | 11011 | 1000010 | 1010111 | 100111 |
Color Harmonies of #ABBB0D
Complementary color
Monochromatic Colors of #ABBB0D
Black with #ABBB0D
Text Example
Text Example
White with #ABBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB0D; }
p { color: rgb(171,187,13); }
H1.HeaderClassName
{
color: #ABBB0D;
}
.AnyTagClassName
{
color: #ABBB0D;
}
</style>
background-color css
<style>
a { background-color: #ABBB0D; }
a { background-color: rgb(171,187,13); }
div.DivClassName
{
background-color: #ABBB0D;
}
.BgClassName
{
background-color: #ABBB0D;
}
</style>
border-color css
<style>
span { border-color: #ABBB0D; }
span { border-color: rgb(171,187,13); }
td.TdClassName
{
border-color: #ABBB0D;
}
.TagClassName
{
border-color: #ABBB0D;
}
</style>