Shades of Citrus #8BB405
Tints of Citrus #8BB405
RGB
CMYK
RGB Variations
Color information
#8BB405 (or 0x8BB405) is known color: Citrus. HEX triplet: 8B, B4 and 05. RGB value is (139,180,5). Sum of RGB (Red+Green+Blue) = 139+180+5=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB405 is #744BFA. Grayscale: #949494. Windows color (decimal): -7621627 or 373899. OLE color: 373899.
HSL color Cylindrical-coordinate representation of color #8BB405: hue angle of 74.06º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BB405 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.29 |
| HSL | 74.06º | 0.95% | 0.36% | - |
| HSV(B) | 74.06º | 0.97% | 0.71% | - |
| XYZ | 27 | 38.14 | 6.08 | - |
| YUV | 147.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 5 | 0.23 | 0 | 0.97 | 0.29 | 74.06 | 0.95 | 0.36 |
| Hex | 8B | B4 | 5 | 17 | 0 | 61 | 1D | 4A | 5F | 24 |
| Octal | 213 | 264 | 5 | 27 | 0 | 141 | 35 | 112 | 137 | 44 |
| Binary | 10001011 | 10110100 | 101 | 10111 | 0 | 1100001 | 11101 | 1001010 | 1011111 | 100100 |
Color Harmonies of #8BB405
Complementary color
Monochromatic Colors of #8BB405
Black with #8BB405
Text Example
Text Example
White with #8BB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB405; }
p { color: rgb(139,180,5); }
H1.HeaderClassName
{
color: #8BB405;
}
.AnyTagClassName
{
color: #8BB405;
}
</style>
background-color css
<style>
a { background-color: #8BB405; }
a { background-color: rgb(139,180,5); }
div.DivClassName
{
background-color: #8BB405;
}
.BgClassName
{
background-color: #8BB405;
}
</style>
border-color css
<style>
span { border-color: #8BB405; }
span { border-color: rgb(139,180,5); }
td.TdClassName
{
border-color: #8BB405;
}
.TagClassName
{
border-color: #8BB405;
}
</style>