Shades of Citron #9BA234
Tints of Citron #9BA234
RGB
CMYK
RGB Variations
Color information
#9BA234 (or 0x9BA234) is known color: Citron. HEX triplet: 9B, A2 and 34. RGB value is (155,162,52). Sum of RGB (Red+Green+Blue) = 155+162+52=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA234 is #645DCB. Grayscale: #939393. Windows color (decimal): -6577612 or 3449499. OLE color: 3449499.
HSL color Cylindrical-coordinate representation of color #9BA234: hue angle of 63.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BA234 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 52 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.36 |
| HSL | 63.82º | 0.51% | 0.42% | - |
| HSV(B) | 63.82º | 0.68% | 0.64% | - |
| XYZ | 27.06 | 33.06 | 8.2 | - |
| YUV | 147.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 52 | 0.04 | 0 | 0.68 | 0.36 | 63.82 | 0.51 | 0.42 |
| Hex | 9B | A2 | 34 | 4 | 0 | 44 | 24 | 40 | 33 | 2A |
| Octal | 233 | 242 | 64 | 4 | 0 | 104 | 44 | 100 | 63 | 52 |
| Binary | 10011011 | 10100010 | 110100 | 100 | 0 | 1000100 | 100100 | 1000000 | 110011 | 101010 |
Color Harmonies of #9BA234
Complementary color
Monochromatic Colors of #9BA234
Black with #9BA234
Text Example
Text Example
White with #9BA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA234; }
p { color: rgb(155,162,52); }
H1.HeaderClassName
{
color: #9BA234;
}
.AnyTagClassName
{
color: #9BA234;
}
</style>
background-color css
<style>
a { background-color: #9BA234; }
a { background-color: rgb(155,162,52); }
div.DivClassName
{
background-color: #9BA234;
}
.BgClassName
{
background-color: #9BA234;
}
</style>
border-color css
<style>
span { border-color: #9BA234; }
span { border-color: rgb(155,162,52); }
td.TdClassName
{
border-color: #9BA234;
}
.TagClassName
{
border-color: #9BA234;
}
</style>