Shades of Citrus #9BBE0A
Tints of Citrus #9BBE0A
RGB
CMYK
RGB Variations
Color information
#9BBE0A (or 0x9BBE0A) is known color: Citrus. HEX triplet: 9B, BE and 0A. RGB value is (155,190,10). Sum of RGB (Red+Green+Blue) = 155+190+10=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBE0A is #6441F5. Grayscale: #9F9F9F. Windows color (decimal): -6570486 or 704155. OLE color: 704155.
HSL color Cylindrical-coordinate representation of color #9BBE0A: hue angle of 71.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BBE0A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.25 |
| HSL | 71.67º | 0.9% | 0.39% | - |
| HSV(B) | 71.67º | 0.95% | 0.75% | - |
| XYZ | 31.99 | 43.82 | 7.06 | - |
| YUV | 159.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 10 | 0.18 | 0 | 0.95 | 0.25 | 71.67 | 0.9 | 0.39 |
| Hex | 9B | BE | A | 12 | 0 | 5F | 19 | 48 | 5A | 27 |
| Octal | 233 | 276 | 12 | 22 | 0 | 137 | 31 | 110 | 132 | 47 |
| Binary | 10011011 | 10111110 | 1010 | 10010 | 0 | 1011111 | 11001 | 1001000 | 1011010 | 100111 |
Color Harmonies of #9BBE0A
Complementary color
Monochromatic Colors of #9BBE0A
Black with #9BBE0A
Text Example
Text Example
White with #9BBE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE0A; }
p { color: rgb(155,190,10); }
H1.HeaderClassName
{
color: #9BBE0A;
}
.AnyTagClassName
{
color: #9BBE0A;
}
</style>
background-color css
<style>
a { background-color: #9BBE0A; }
a { background-color: rgb(155,190,10); }
div.DivClassName
{
background-color: #9BBE0A;
}
.BgClassName
{
background-color: #9BBE0A;
}
</style>
border-color css
<style>
span { border-color: #9BBE0A; }
span { border-color: rgb(155,190,10); }
td.TdClassName
{
border-color: #9BBE0A;
}
.TagClassName
{
border-color: #9BBE0A;
}
</style>