Shades of Citrus #9BAF04
Tints of Citrus #9BAF04
RGB
CMYK
RGB Variations
Color information
#9BAF04 (or 0x9BAF04) is known color: Citrus. HEX triplet: 9B, AF and 04. RGB value is (155,175,4). Sum of RGB (Red+Green+Blue) = 155+175+4=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF04 is #6450FB. Grayscale: #969696. Windows color (decimal): -6574332 or 307099. OLE color: 307099.
HSL color Cylindrical-coordinate representation of color #9BAF04: hue angle of 67.02º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BAF04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.31 |
| HSL | 67.02º | 0.96% | 0.35% | - |
| HSV(B) | 67.02º | 0.98% | 0.69% | - |
| XYZ | 28.87 | 37.64 | 5.86 | - |
| YUV | 149.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 4 | 0.11 | 0 | 0.98 | 0.31 | 67.02 | 0.96 | 0.35 |
| Hex | 9B | AF | 4 | B | 0 | 62 | 1F | 43 | 60 | 23 |
| Octal | 233 | 257 | 4 | 13 | 0 | 142 | 37 | 103 | 140 | 43 |
| Binary | 10011011 | 10101111 | 100 | 1011 | 0 | 1100010 | 11111 | 1000011 | 1100000 | 100011 |
Color Harmonies of #9BAF04
Complementary color
Monochromatic Colors of #9BAF04
Black with #9BAF04
Text Example
Text Example
White with #9BAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF04; }
p { color: rgb(155,175,4); }
H1.HeaderClassName
{
color: #9BAF04;
}
.AnyTagClassName
{
color: #9BAF04;
}
</style>
background-color css
<style>
a { background-color: #9BAF04; }
a { background-color: rgb(155,175,4); }
div.DivClassName
{
background-color: #9BAF04;
}
.BgClassName
{
background-color: #9BAF04;
}
</style>
border-color css
<style>
span { border-color: #9BAF04; }
span { border-color: rgb(155,175,4); }
td.TdClassName
{
border-color: #9BAF04;
}
.TagClassName
{
border-color: #9BAF04;
}
</style>