Shades of Citrus #ABC30B
Tints of Citrus #ABC30B
RGB
CMYK
RGB Variations
Color information
#ABC30B (or 0xABC30B) is known color: Citrus. HEX triplet: AB, C3 and 0B. RGB value is (171,195,11). Sum of RGB (Red+Green+Blue) = 171+195+11=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC30B is #543CF4. Grayscale: #A7A7A7. Windows color (decimal): -5520629 or 770987. OLE color: 770987.
HSL color Cylindrical-coordinate representation of color #ABC30B: hue angle of 67.83º 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 #ABC30B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 11 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.24 |
| HSL | 67.83º | 0.89% | 0.4% | - |
| HSV(B) | 67.83º | 0.94% | 0.76% | - |
| XYZ | 36.37 | 47.71 | 7.61 | - |
| YUV | 166.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 11 | 0.12 | 0 | 0.94 | 0.24 | 67.83 | 0.89 | 0.4 |
| Hex | AB | C3 | B | C | 0 | 5E | 18 | 44 | 59 | 28 |
| Octal | 253 | 303 | 13 | 14 | 0 | 136 | 30 | 104 | 131 | 50 |
| Binary | 10101011 | 11000011 | 1011 | 1100 | 0 | 1011110 | 11000 | 1000100 | 1011001 | 101000 |
Color Harmonies of #ABC30B
Complementary color
Monochromatic Colors of #ABC30B
Black with #ABC30B
Text Example
Text Example
White with #ABC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC30B; }
p { color: rgb(171,195,11); }
H1.HeaderClassName
{
color: #ABC30B;
}
.AnyTagClassName
{
color: #ABC30B;
}
</style>
background-color css
<style>
a { background-color: #ABC30B; }
a { background-color: rgb(171,195,11); }
div.DivClassName
{
background-color: #ABC30B;
}
.BgClassName
{
background-color: #ABC30B;
}
</style>
border-color css
<style>
span { border-color: #ABC30B; }
span { border-color: rgb(171,195,11); }
td.TdClassName
{
border-color: #ABC30B;
}
.TagClassName
{
border-color: #ABC30B;
}
</style>