Shades of Citrus #9BAE0D
Tints of Citrus #9BAE0D
RGB
CMYK
RGB Variations
Color information
#9BAE0D (or 0x9BAE0D) is known color: Citrus. HEX triplet: 9B, AE and 0D. RGB value is (155,174,13). Sum of RGB (Red+Green+Blue) = 155+174+13=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE0D is #6451F2. Grayscale: #969696. Windows color (decimal): -6574579 or 896667. OLE color: 896667.
HSL color Cylindrical-coordinate representation of color #9BAE0D: hue angle of 67.08º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BAE0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.32 |
| HSL | 67.08º | 0.86% | 0.37% | - |
| HSV(B) | 67.08º | 0.93% | 0.68% | - |
| XYZ | 28.73 | 37.27 | 6.06 | - |
| YUV | 149.97 | 50.71 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 13 | 0.11 | 0 | 0.93 | 0.32 | 67.08 | 0.86 | 0.37 |
| Hex | 9B | AE | D | B | 0 | 5D | 20 | 43 | 56 | 25 |
| Octal | 233 | 256 | 15 | 13 | 0 | 135 | 40 | 103 | 126 | 45 |
| Binary | 10011011 | 10101110 | 1101 | 1011 | 0 | 1011101 | 100000 | 1000011 | 1010110 | 100101 |
Color Harmonies of #9BAE0D
Complementary color
Monochromatic Colors of #9BAE0D
Black with #9BAE0D
Text Example
Text Example
White with #9BAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE0D; }
p { color: rgb(155,174,13); }
H1.HeaderClassName
{
color: #9BAE0D;
}
.AnyTagClassName
{
color: #9BAE0D;
}
</style>
background-color css
<style>
a { background-color: #9BAE0D; }
a { background-color: rgb(155,174,13); }
div.DivClassName
{
background-color: #9BAE0D;
}
.BgClassName
{
background-color: #9BAE0D;
}
</style>
border-color css
<style>
span { border-color: #9BAE0D; }
span { border-color: rgb(155,174,13); }
td.TdClassName
{
border-color: #9BAE0D;
}
.TagClassName
{
border-color: #9BAE0D;
}
</style>