Shades of Citrus #9BAE12
Tints of Citrus #9BAE12
RGB
CMYK
RGB Variations
Color information
#9BAE12 (or 0x9BAE12) is known color: Citrus. HEX triplet: 9B, AE and 12. RGB value is (155,174,18). Sum of RGB (Red+Green+Blue) = 155+174+18=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE12 is #6451ED. Grayscale: #979797. Windows color (decimal): -6574574 or 1224347. OLE color: 1224347.
HSL color Cylindrical-coordinate representation of color #9BAE12: hue angle of 67.31º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BAE12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 18 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.32 |
| HSL | 67.31º | 0.81% | 0.38% | - |
| HSV(B) | 67.31º | 0.9% | 0.68% | - |
| XYZ | 28.76 | 37.28 | 6.25 | - |
| YUV | 150.54 | 53.21 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 18 | 0.11 | 0 | 0.90 | 0.32 | 67.31 | 0.81 | 0.38 |
| Hex | 9B | AE | 12 | B | 0 | 5A | 20 | 43 | 51 | 26 |
| Octal | 233 | 256 | 22 | 13 | 0 | 132 | 40 | 103 | 121 | 46 |
| Binary | 10011011 | 10101110 | 10010 | 1011 | 0 | 1011010 | 100000 | 1000011 | 1010001 | 100110 |
Color Harmonies of #9BAE12
Complementary color
Monochromatic Colors of #9BAE12
Black with #9BAE12
Text Example
Text Example
White with #9BAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE12; }
p { color: rgb(155,174,18); }
H1.HeaderClassName
{
color: #9BAE12;
}
.AnyTagClassName
{
color: #9BAE12;
}
</style>
background-color css
<style>
a { background-color: #9BAE12; }
a { background-color: rgb(155,174,18); }
div.DivClassName
{
background-color: #9BAE12;
}
.BgClassName
{
background-color: #9BAE12;
}
</style>
border-color css
<style>
span { border-color: #9BAE12; }
span { border-color: rgb(155,174,18); }
td.TdClassName
{
border-color: #9BAE12;
}
.TagClassName
{
border-color: #9BAE12;
}
</style>