Shades of Citrus #8AB703
Tints of Citrus #8AB703
RGB
CMYK
RGB Variations
Color information
#8AB703 (or 0x8AB703) is known color: Citrus. HEX triplet: 8A, B7 and 03. RGB value is (138,183,3). Sum of RGB (Red+Green+Blue) = 138+183+3=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB703 is #7548FC. Grayscale: #959595. Windows color (decimal): -7686397 or 243594. OLE color: 243594.
HSL color Cylindrical-coordinate representation of color #8AB703: hue angle of 75º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB703 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.28 |
| HSL | 75º | 0.97% | 0.36% | - |
| HSV(B) | 75º | 0.98% | 0.72% | - |
| XYZ | 27.43 | 39.28 | 6.22 | - |
| YUV | 149.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 3 | 0.25 | 0 | 0.98 | 0.28 | 75 | 0.97 | 0.36 |
| Hex | 8A | B7 | 3 | 19 | 0 | 62 | 1C | 4B | 61 | 24 |
| Octal | 212 | 267 | 3 | 31 | 0 | 142 | 34 | 113 | 141 | 44 |
| Binary | 10001010 | 10110111 | 11 | 11001 | 0 | 1100010 | 11100 | 1001011 | 1100001 | 100100 |
Color Harmonies of #8AB703
Complementary color
Monochromatic Colors of #8AB703
Black with #8AB703
Text Example
Text Example
White with #8AB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB703; }
p { color: rgb(138,183,3); }
H1.HeaderClassName
{
color: #8AB703;
}
.AnyTagClassName
{
color: #8AB703;
}
</style>
background-color css
<style>
a { background-color: #8AB703; }
a { background-color: rgb(138,183,3); }
div.DivClassName
{
background-color: #8AB703;
}
.BgClassName
{
background-color: #8AB703;
}
</style>
border-color css
<style>
span { border-color: #8AB703; }
span { border-color: rgb(138,183,3); }
td.TdClassName
{
border-color: #8AB703;
}
.TagClassName
{
border-color: #8AB703;
}
</style>