Shades of Citrus #9CB002
Tints of Citrus #9CB002
RGB
CMYK
RGB Variations
Color information
#9CB002 (or 0x9CB002) is known color: Citrus. HEX triplet: 9C, B0 and 02. RGB value is (156,176,2). Sum of RGB (Red+Green+Blue) = 156+176+2=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB002 is #634FFD. Grayscale: #969696. Windows color (decimal): -6508542 or 176284. OLE color: 176284.
HSL color Cylindrical-coordinate representation of color #9CB002: hue angle of 66.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CB002 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.31 |
| HSL | 66.9º | 0.98% | 0.35% | - |
| HSV(B) | 66.9º | 0.99% | 0.69% | - |
| XYZ | 29.25 | 38.12 | 5.87 | - |
| YUV | 150.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 2 | 0.11 | 0 | 0.99 | 0.31 | 66.9 | 0.98 | 0.35 |
| Hex | 9C | B0 | 2 | B | 0 | 63 | 1F | 43 | 62 | 23 |
| Octal | 234 | 260 | 2 | 13 | 0 | 143 | 37 | 103 | 142 | 43 |
| Binary | 10011100 | 10110000 | 10 | 1011 | 0 | 1100011 | 11111 | 1000011 | 1100010 | 100011 |
Color Harmonies of #9CB002
Complementary color
Monochromatic Colors of #9CB002
Black with #9CB002
Text Example
Text Example
White with #9CB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB002; }
p { color: rgb(156,176,2); }
H1.HeaderClassName
{
color: #9CB002;
}
.AnyTagClassName
{
color: #9CB002;
}
</style>
background-color css
<style>
a { background-color: #9CB002; }
a { background-color: rgb(156,176,2); }
div.DivClassName
{
background-color: #9CB002;
}
.BgClassName
{
background-color: #9CB002;
}
</style>
border-color css
<style>
span { border-color: #9CB002; }
span { border-color: rgb(156,176,2); }
td.TdClassName
{
border-color: #9CB002;
}
.TagClassName
{
border-color: #9CB002;
}
</style>