Shades of Citrus #9BAF0D
Tints of Citrus #9BAF0D
RGB
CMYK
RGB Variations
Color information
#9BAF0D (or 0x9BAF0D) is known color: Citrus. HEX triplet: 9B, AF and 0D. RGB value is (155,175,13). Sum of RGB (Red+Green+Blue) = 155+175+13=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF0D is #6450F2. Grayscale: #979797. Windows color (decimal): -6574323 or 896923. OLE color: 896923.
HSL color Cylindrical-coordinate representation of color #9BAF0D: hue angle of 67.41º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BAF0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.31 |
| HSL | 67.41º | 0.86% | 0.37% | - |
| HSV(B) | 67.41º | 0.93% | 0.69% | - |
| XYZ | 28.92 | 37.66 | 6.13 | - |
| YUV | 150.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 13 | 0.11 | 0 | 0.93 | 0.31 | 67.41 | 0.86 | 0.37 |
| Hex | 9B | AF | D | B | 0 | 5D | 1F | 43 | 56 | 25 |
| Octal | 233 | 257 | 15 | 13 | 0 | 135 | 37 | 103 | 126 | 45 |
| Binary | 10011011 | 10101111 | 1101 | 1011 | 0 | 1011101 | 11111 | 1000011 | 1010110 | 100101 |
Color Harmonies of #9BAF0D
Complementary color
Monochromatic Colors of #9BAF0D
Black with #9BAF0D
Text Example
Text Example
White with #9BAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF0D; }
p { color: rgb(155,175,13); }
H1.HeaderClassName
{
color: #9BAF0D;
}
.AnyTagClassName
{
color: #9BAF0D;
}
</style>
background-color css
<style>
a { background-color: #9BAF0D; }
a { background-color: rgb(155,175,13); }
div.DivClassName
{
background-color: #9BAF0D;
}
.BgClassName
{
background-color: #9BAF0D;
}
</style>
border-color css
<style>
span { border-color: #9BAF0D; }
span { border-color: rgb(155,175,13); }
td.TdClassName
{
border-color: #9BAF0D;
}
.TagClassName
{
border-color: #9BAF0D;
}
</style>