Shades of Citrus #99B302
Tints of Citrus #99B302
RGB
CMYK
RGB Variations
Color information
#99B302 (or 0x99B302) is known color: Citrus. HEX triplet: 99, B3 and 02. RGB value is (153,179,2). Sum of RGB (Red+Green+Blue) = 153+179+2=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #99B302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B302 is #664CFD. Grayscale: #979797. Windows color (decimal): -6704382 or 177049. OLE color: 177049.
HSL color Cylindrical-coordinate representation of color #99B302: hue angle of 68.81º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99B302 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.30 |
| HSL | 68.81º | 0.98% | 0.35% | - |
| HSV(B) | 68.81º | 0.99% | 0.7% | - |
| XYZ | 29.27 | 39.02 | 6.05 | - |
| YUV | 151.05 | 43.89 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 2 | 0.15 | 0 | 0.99 | 0.30 | 68.81 | 0.98 | 0.35 |
| Hex | 99 | B3 | 2 | F | 0 | 63 | 1E | 45 | 62 | 23 |
| Octal | 231 | 263 | 2 | 17 | 0 | 143 | 36 | 105 | 142 | 43 |
| Binary | 10011001 | 10110011 | 10 | 1111 | 0 | 1100011 | 11110 | 1000101 | 1100010 | 100011 |
Color Harmonies of #99B302
Complementary color
Monochromatic Colors of #99B302
Black with #99B302
Text Example
Text Example
White with #99B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B302; }
p { color: rgb(153,179,2); }
H1.HeaderClassName
{
color: #99B302;
}
.AnyTagClassName
{
color: #99B302;
}
</style>
background-color css
<style>
a { background-color: #99B302; }
a { background-color: rgb(153,179,2); }
div.DivClassName
{
background-color: #99B302;
}
.BgClassName
{
background-color: #99B302;
}
</style>
border-color css
<style>
span { border-color: #99B302; }
span { border-color: rgb(153,179,2); }
td.TdClassName
{
border-color: #99B302;
}
.TagClassName
{
border-color: #99B302;
}
</style>