Shades of Citrus #9CCB08
Tints of Citrus #9CCB08
RGB
CMYK
RGB Variations
Color information
#9CCB08 (or 0x9CCB08) is known color: Citrus. HEX triplet: 9C, CB and 08. RGB value is (156,203,8). Sum of RGB (Red+Green+Blue) = 156+203+8=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCB08 is #6334F7. Grayscale: #A7A7A7. Windows color (decimal): -6501624 or 576412. OLE color: 576412.
HSL color Cylindrical-coordinate representation of color #9CCB08: hue angle of 74.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CCB08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.20 |
| HSL | 74.46º | 0.92% | 0.41% | - |
| HSV(B) | 74.46º | 0.96% | 0.8% | - |
| XYZ | 35.11 | 49.8 | 7.99 | - |
| YUV | 166.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 8 | 0.23 | 0 | 0.96 | 0.20 | 74.46 | 0.92 | 0.41 |
| Hex | 9C | CB | 8 | 17 | 0 | 60 | 14 | 4A | 5C | 29 |
| Octal | 234 | 313 | 10 | 27 | 0 | 140 | 24 | 112 | 134 | 51 |
| Binary | 10011100 | 11001011 | 1000 | 10111 | 0 | 1100000 | 10100 | 1001010 | 1011100 | 101001 |
Color Harmonies of #9CCB08
Complementary color
Monochromatic Colors of #9CCB08
Black with #9CCB08
Text Example
Text Example
White with #9CCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB08; }
p { color: rgb(156,203,8); }
H1.HeaderClassName
{
color: #9CCB08;
}
.AnyTagClassName
{
color: #9CCB08;
}
</style>
background-color css
<style>
a { background-color: #9CCB08; }
a { background-color: rgb(156,203,8); }
div.DivClassName
{
background-color: #9CCB08;
}
.BgClassName
{
background-color: #9CCB08;
}
</style>
border-color css
<style>
span { border-color: #9CCB08; }
span { border-color: rgb(156,203,8); }
td.TdClassName
{
border-color: #9CCB08;
}
.TagClassName
{
border-color: #9CCB08;
}
</style>