Shades of Citrus #9CB402
Tints of Citrus #9CB402
RGB
CMYK
RGB Variations
Color information
#9CB402 (or 0x9CB402) is known color: Citrus. HEX triplet: 9C, B4 and 02. RGB value is (156,180,2). Sum of RGB (Red+Green+Blue) = 156+180+2=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB402 is #634BFD. Grayscale: #999999. Windows color (decimal): -6507518 or 177308. OLE color: 177308.
HSL color Cylindrical-coordinate representation of color #9CB402: hue angle of 68.09º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CB402 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.29 |
| HSL | 68.09º | 0.98% | 0.36% | - |
| HSV(B) | 68.09º | 0.99% | 0.71% | - |
| XYZ | 30.04 | 39.71 | 6.14 | - |
| YUV | 152.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 2 | 0.13 | 0 | 0.99 | 0.29 | 68.09 | 0.98 | 0.36 |
| Hex | 9C | B4 | 2 | D | 0 | 63 | 1D | 44 | 62 | 24 |
| Octal | 234 | 264 | 2 | 15 | 0 | 143 | 35 | 104 | 142 | 44 |
| Binary | 10011100 | 10110100 | 10 | 1101 | 0 | 1100011 | 11101 | 1000100 | 1100010 | 100100 |
Color Harmonies of #9CB402
Complementary color
Monochromatic Colors of #9CB402
Black with #9CB402
Text Example
Text Example
White with #9CB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB402; }
p { color: rgb(156,180,2); }
H1.HeaderClassName
{
color: #9CB402;
}
.AnyTagClassName
{
color: #9CB402;
}
</style>
background-color css
<style>
a { background-color: #9CB402; }
a { background-color: rgb(156,180,2); }
div.DivClassName
{
background-color: #9CB402;
}
.BgClassName
{
background-color: #9CB402;
}
</style>
border-color css
<style>
span { border-color: #9CB402; }
span { border-color: rgb(156,180,2); }
td.TdClassName
{
border-color: #9CB402;
}
.TagClassName
{
border-color: #9CB402;
}
</style>