Shades of Citrus #8BAB08
Tints of Citrus #8BAB08
RGB
CMYK
RGB Variations
Color information
#8BAB08 (or 0x8BAB08) is known color: Citrus. HEX triplet: 8B, AB and 08. RGB value is (139,171,8). Sum of RGB (Red+Green+Blue) = 139+171+8=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAB08 is #7454F7. Grayscale: #8F8F8F. Windows color (decimal): -7623928 or 568203. OLE color: 568203.
HSL color Cylindrical-coordinate representation of color #8BAB08: hue angle of 71.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BAB08 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 8 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.33 |
| HSL | 71.78º | 0.91% | 0.35% | - |
| HSV(B) | 71.78º | 0.95% | 0.67% | - |
| XYZ | 25.25 | 34.63 | 5.58 | - |
| YUV | 142.85 | 51.9 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 8 | 0.19 | 0 | 0.95 | 0.33 | 71.78 | 0.91 | 0.35 |
| Hex | 8B | AB | 8 | 13 | 0 | 5F | 21 | 48 | 5B | 23 |
| Octal | 213 | 253 | 10 | 23 | 0 | 137 | 41 | 110 | 133 | 43 |
| Binary | 10001011 | 10101011 | 1000 | 10011 | 0 | 1011111 | 100001 | 1001000 | 1011011 | 100011 |
Color Harmonies of #8BAB08
Complementary color
Monochromatic Colors of #8BAB08
Black with #8BAB08
Text Example
Text Example
White with #8BAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB08; }
p { color: rgb(139,171,8); }
H1.HeaderClassName
{
color: #8BAB08;
}
.AnyTagClassName
{
color: #8BAB08;
}
</style>
background-color css
<style>
a { background-color: #8BAB08; }
a { background-color: rgb(139,171,8); }
div.DivClassName
{
background-color: #8BAB08;
}
.BgClassName
{
background-color: #8BAB08;
}
</style>
border-color css
<style>
span { border-color: #8BAB08; }
span { border-color: rgb(139,171,8); }
td.TdClassName
{
border-color: #8BAB08;
}
.TagClassName
{
border-color: #8BAB08;
}
</style>