Shades of Citrus #ABBD02
Tints of Citrus #ABBD02
RGB
CMYK
RGB Variations
Color information
#ABBD02 (or 0xABBD02) is known color: Citrus. HEX triplet: AB, BD and 02. RGB value is (171,189,2). Sum of RGB (Red+Green+Blue) = 171+189+2=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD02 is #5442FD. Grayscale: #A3A3A3. Windows color (decimal): -5522174 or 179627. OLE color: 179627.
HSL color Cylindrical-coordinate representation of color #ABBD02: hue angle of 65.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABBD02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.26 |
| HSL | 65.78º | 0.98% | 0.37% | - |
| HSV(B) | 65.78º | 0.99% | 0.74% | - |
| XYZ | 35 | 45.06 | 6.91 | - |
| YUV | 162.3 | 37.54 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 2 | 0.10 | 0 | 0.99 | 0.26 | 65.78 | 0.98 | 0.37 |
| Hex | AB | BD | 2 | A | 0 | 63 | 1A | 42 | 62 | 25 |
| Octal | 253 | 275 | 2 | 12 | 0 | 143 | 32 | 102 | 142 | 45 |
| Binary | 10101011 | 10111101 | 10 | 1010 | 0 | 1100011 | 11010 | 1000010 | 1100010 | 100101 |
Color Harmonies of #ABBD02
Complementary color
Monochromatic Colors of #ABBD02
Black with #ABBD02
Text Example
Text Example
White with #ABBD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD02; }
p { color: rgb(171,189,2); }
H1.HeaderClassName
{
color: #ABBD02;
}
.AnyTagClassName
{
color: #ABBD02;
}
</style>
background-color css
<style>
a { background-color: #ABBD02; }
a { background-color: rgb(171,189,2); }
div.DivClassName
{
background-color: #ABBD02;
}
.BgClassName
{
background-color: #ABBD02;
}
</style>
border-color css
<style>
span { border-color: #ABBD02; }
span { border-color: rgb(171,189,2); }
td.TdClassName
{
border-color: #ABBD02;
}
.TagClassName
{
border-color: #ABBD02;
}
</style>