Shades of Citron #9BA630
Tints of Citron #9BA630
RGB
CMYK
RGB Variations
Color information
#9BA630 (or 0x9BA630) is known color: Citron. HEX triplet: 9B, A6 and 30. RGB value is (155,166,48). Sum of RGB (Red+Green+Blue) = 155+166+48=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA630 is #6459CF. Grayscale: #959595. Windows color (decimal): -6576592 or 3188379. OLE color: 3188379.
HSL color Cylindrical-coordinate representation of color #9BA630: hue angle of 65.59º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BA630 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 48 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.35 |
| HSL | 65.59º | 0.55% | 0.42% | - |
| HSV(B) | 65.59º | 0.71% | 0.65% | - |
| XYZ | 27.69 | 34.45 | 7.99 | - |
| YUV | 149.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 48 | 0.07 | 0 | 0.71 | 0.35 | 65.59 | 0.55 | 0.42 |
| Hex | 9B | A6 | 30 | 7 | 0 | 47 | 23 | 42 | 37 | 2A |
| Octal | 233 | 246 | 60 | 7 | 0 | 107 | 43 | 102 | 67 | 52 |
| Binary | 10011011 | 10100110 | 110000 | 111 | 0 | 1000111 | 100011 | 1000010 | 110111 | 101010 |
Color Harmonies of #9BA630
Complementary color
Monochromatic Colors of #9BA630
Black with #9BA630
Text Example
Text Example
White with #9BA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA630; }
p { color: rgb(155,166,48); }
H1.HeaderClassName
{
color: #9BA630;
}
.AnyTagClassName
{
color: #9BA630;
}
</style>
background-color css
<style>
a { background-color: #9BA630; }
a { background-color: rgb(155,166,48); }
div.DivClassName
{
background-color: #9BA630;
}
.BgClassName
{
background-color: #9BA630;
}
</style>
border-color css
<style>
span { border-color: #9BA630; }
span { border-color: rgb(155,166,48); }
td.TdClassName
{
border-color: #9BA630;
}
.TagClassName
{
border-color: #9BA630;
}
</style>