Shades of Citrus #99B40C
Tints of Citrus #99B40C
RGB
CMYK
RGB Variations
Color information
#99B40C (or 0x99B40C) is known color: Citrus. HEX triplet: 99, B4 and 0C. RGB value is (153,180,12). Sum of RGB (Red+Green+Blue) = 153+180+12=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #99B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B40C is #664BF3. Grayscale: #999999. Windows color (decimal): -6704116 or 832665. OLE color: 832665.
HSL color Cylindrical-coordinate representation of color #99B40C: hue angle of 69.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99B40C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 12 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.29 |
| HSL | 69.64º | 0.88% | 0.38% | - |
| HSV(B) | 69.64º | 0.93% | 0.71% | - |
| XYZ | 29.52 | 39.44 | 6.4 | - |
| YUV | 152.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 12 | 0.15 | 0 | 0.93 | 0.29 | 69.64 | 0.88 | 0.38 |
| Hex | 99 | B4 | C | F | 0 | 5D | 1D | 46 | 58 | 26 |
| Octal | 231 | 264 | 14 | 17 | 0 | 135 | 35 | 106 | 130 | 46 |
| Binary | 10011001 | 10110100 | 1100 | 1111 | 0 | 1011101 | 11101 | 1000110 | 1011000 | 100110 |
Color Harmonies of #99B40C
Complementary color
Monochromatic Colors of #99B40C
Black with #99B40C
Text Example
Text Example
White with #99B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B40C; }
p { color: rgb(153,180,12); }
H1.HeaderClassName
{
color: #99B40C;
}
.AnyTagClassName
{
color: #99B40C;
}
</style>
background-color css
<style>
a { background-color: #99B40C; }
a { background-color: rgb(153,180,12); }
div.DivClassName
{
background-color: #99B40C;
}
.BgClassName
{
background-color: #99B40C;
}
</style>
border-color css
<style>
span { border-color: #99B40C; }
span { border-color: rgb(153,180,12); }
td.TdClassName
{
border-color: #99B40C;
}
.TagClassName
{
border-color: #99B40C;
}
</style>