Shades of Citrus #ABC10B
Tints of Citrus #ABC10B
RGB
CMYK
RGB Variations
Color information
#ABC10B (or 0xABC10B) is known color: Citrus. HEX triplet: AB, C1 and 0B. RGB value is (171,193,11). Sum of RGB (Red+Green+Blue) = 171+193+11=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC10B is #543EF4. Grayscale: #A6A6A6. Windows color (decimal): -5521141 or 770475. OLE color: 770475.
HSL color Cylindrical-coordinate representation of color #ABC10B: hue angle of 67.25º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC10B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 11 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.24 |
| HSL | 67.25º | 0.89% | 0.4% | - |
| HSV(B) | 67.25º | 0.94% | 0.76% | - |
| XYZ | 35.92 | 46.82 | 7.46 | - |
| YUV | 165.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 11 | 0.11 | 0 | 0.94 | 0.24 | 67.25 | 0.89 | 0.4 |
| Hex | AB | C1 | B | B | 0 | 5E | 18 | 43 | 59 | 28 |
| Octal | 253 | 301 | 13 | 13 | 0 | 136 | 30 | 103 | 131 | 50 |
| Binary | 10101011 | 11000001 | 1011 | 1011 | 0 | 1011110 | 11000 | 1000011 | 1011001 | 101000 |
Color Harmonies of #ABC10B
Complementary color
Monochromatic Colors of #ABC10B
Black with #ABC10B
Text Example
Text Example
White with #ABC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC10B; }
p { color: rgb(171,193,11); }
H1.HeaderClassName
{
color: #ABC10B;
}
.AnyTagClassName
{
color: #ABC10B;
}
</style>
background-color css
<style>
a { background-color: #ABC10B; }
a { background-color: rgb(171,193,11); }
div.DivClassName
{
background-color: #ABC10B;
}
.BgClassName
{
background-color: #ABC10B;
}
</style>
border-color css
<style>
span { border-color: #ABC10B; }
span { border-color: rgb(171,193,11); }
td.TdClassName
{
border-color: #ABC10B;
}
.TagClassName
{
border-color: #ABC10B;
}
</style>