Shades of Citrus #9BA208
Tints of Citrus #9BA208
RGB
CMYK
RGB Variations
Color information
#9BA208 (or 0x9BA208) is known color: Citrus. HEX triplet: 9B, A2 and 08. RGB value is (155,162,8). Sum of RGB (Red+Green+Blue) = 155+162+8=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA208 is #645DF7. Grayscale: #8E8E8E. Windows color (decimal): -6577656 or 565915. OLE color: 565915.
HSL color Cylindrical-coordinate representation of color #9BA208: hue angle of 62.73º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BA208 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 8 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.36 |
| HSL | 62.73º | 0.91% | 0.33% | - |
| HSV(B) | 62.73º | 0.95% | 0.64% | - |
| XYZ | 26.48 | 32.83 | 5.17 | - |
| YUV | 142.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 8 | 0.04 | 0 | 0.95 | 0.36 | 62.73 | 0.91 | 0.33 |
| Hex | 9B | A2 | 8 | 4 | 0 | 5F | 24 | 3F | 5B | 21 |
| Octal | 233 | 242 | 10 | 4 | 0 | 137 | 44 | 77 | 133 | 41 |
| Binary | 10011011 | 10100010 | 1000 | 100 | 0 | 1011111 | 100100 | 111111 | 1011011 | 100001 |
Color Harmonies of #9BA208
Complementary color
Monochromatic Colors of #9BA208
Black with #9BA208
Text Example
Text Example
White with #9BA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA208; }
p { color: rgb(155,162,8); }
H1.HeaderClassName
{
color: #9BA208;
}
.AnyTagClassName
{
color: #9BA208;
}
</style>
background-color css
<style>
a { background-color: #9BA208; }
a { background-color: rgb(155,162,8); }
div.DivClassName
{
background-color: #9BA208;
}
.BgClassName
{
background-color: #9BA208;
}
</style>
border-color css
<style>
span { border-color: #9BA208; }
span { border-color: rgb(155,162,8); }
td.TdClassName
{
border-color: #9BA208;
}
.TagClassName
{
border-color: #9BA208;
}
</style>