Shades of Citrus #9CB00F
Tints of Citrus #9CB00F
RGB
CMYK
RGB Variations
Color information
#9CB00F (or 0x9CB00F) is known color: Citrus. HEX triplet: 9C, B0 and 0F. RGB value is (156,176,15). Sum of RGB (Red+Green+Blue) = 156+176+15=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB00F is #634FF0. Grayscale: #989898. Windows color (decimal): -6508529 or 1028252. OLE color: 1028252.
HSL color Cylindrical-coordinate representation of color #9CB00F: hue angle of 67.45º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CB00F is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 15 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.31 |
| HSL | 67.45º | 0.84% | 0.37% | - |
| HSV(B) | 67.45º | 0.91% | 0.69% | - |
| XYZ | 29.32 | 38.15 | 6.27 | - |
| YUV | 151.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 15 | 0.11 | 0 | 0.91 | 0.31 | 67.45 | 0.84 | 0.37 |
| Hex | 9C | B0 | F | B | 0 | 5B | 1F | 43 | 54 | 25 |
| Octal | 234 | 260 | 17 | 13 | 0 | 133 | 37 | 103 | 124 | 45 |
| Binary | 10011100 | 10110000 | 1111 | 1011 | 0 | 1011011 | 11111 | 1000011 | 1010100 | 100101 |
Color Harmonies of #9CB00F
Complementary color
Monochromatic Colors of #9CB00F
Black with #9CB00F
Text Example
Text Example
White with #9CB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB00F; }
p { color: rgb(156,176,15); }
H1.HeaderClassName
{
color: #9CB00F;
}
.AnyTagClassName
{
color: #9CB00F;
}
</style>
background-color css
<style>
a { background-color: #9CB00F; }
a { background-color: rgb(156,176,15); }
div.DivClassName
{
background-color: #9CB00F;
}
.BgClassName
{
background-color: #9CB00F;
}
</style>
border-color css
<style>
span { border-color: #9CB00F; }
span { border-color: rgb(156,176,15); }
td.TdClassName
{
border-color: #9CB00F;
}
.TagClassName
{
border-color: #9CB00F;
}
</style>