Shades of Citrus #9BAF07
Tints of Citrus #9BAF07
RGB
CMYK
RGB Variations
Color information
#9BAF07 (or 0x9BAF07) is known color: Citrus. HEX triplet: 9B, AF and 07. RGB value is (155,175,7). Sum of RGB (Red+Green+Blue) = 155+175+7=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF07 is #6450F8. Grayscale: #969696. Windows color (decimal): -6574329 or 503707. OLE color: 503707.
HSL color Cylindrical-coordinate representation of color #9BAF07: hue angle of 67.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BAF07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 7 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.31 |
| HSL | 67.14º | 0.92% | 0.36% | - |
| HSV(B) | 67.14º | 0.96% | 0.69% | - |
| XYZ | 28.89 | 37.64 | 5.94 | - |
| YUV | 149.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 7 | 0.11 | 0 | 0.96 | 0.31 | 67.14 | 0.92 | 0.36 |
| Hex | 9B | AF | 7 | B | 0 | 60 | 1F | 43 | 5C | 24 |
| Octal | 233 | 257 | 7 | 13 | 0 | 140 | 37 | 103 | 134 | 44 |
| Binary | 10011011 | 10101111 | 111 | 1011 | 0 | 1100000 | 11111 | 1000011 | 1011100 | 100100 |
Color Harmonies of #9BAF07
Complementary color
Monochromatic Colors of #9BAF07
Black with #9BAF07
Text Example
Text Example
White with #9BAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF07; }
p { color: rgb(155,175,7); }
H1.HeaderClassName
{
color: #9BAF07;
}
.AnyTagClassName
{
color: #9BAF07;
}
</style>
background-color css
<style>
a { background-color: #9BAF07; }
a { background-color: rgb(155,175,7); }
div.DivClassName
{
background-color: #9BAF07;
}
.BgClassName
{
background-color: #9BAF07;
}
</style>
border-color css
<style>
span { border-color: #9BAF07; }
span { border-color: rgb(155,175,7); }
td.TdClassName
{
border-color: #9BAF07;
}
.TagClassName
{
border-color: #9BAF07;
}
</style>