Shades of Citrus #98B102
Tints of Citrus #98B102
RGB
CMYK
RGB Variations
Color information
#98B102 (or 0x98B102) is known color: Citrus. HEX triplet: 98, B1 and 02. RGB value is (152,177,2). Sum of RGB (Red+Green+Blue) = 152+177+2=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #98B102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98B102 is #674EFD. Grayscale: #969696. Windows color (decimal): -6770430 or 176536. OLE color: 176536.
HSL color Cylindrical-coordinate representation of color #98B102: hue angle of 68.57º 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 #98B102 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.31 |
| HSL | 68.57º | 0.98% | 0.35% | - |
| HSV(B) | 68.57º | 0.99% | 0.69% | - |
| XYZ | 28.68 | 38.12 | 5.9 | - |
| YUV | 149.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 2 | 0.14 | 0 | 0.99 | 0.31 | 68.57 | 0.98 | 0.35 |
| Hex | 98 | B1 | 2 | E | 0 | 63 | 1F | 45 | 62 | 23 |
| Octal | 230 | 261 | 2 | 16 | 0 | 143 | 37 | 105 | 142 | 43 |
| Binary | 10011000 | 10110001 | 10 | 1110 | 0 | 1100011 | 11111 | 1000101 | 1100010 | 100011 |
Color Harmonies of #98B102
Complementary color
Monochromatic Colors of #98B102
Black with #98B102
Text Example
Text Example
White with #98B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B102; }
p { color: rgb(152,177,2); }
H1.HeaderClassName
{
color: #98B102;
}
.AnyTagClassName
{
color: #98B102;
}
</style>
background-color css
<style>
a { background-color: #98B102; }
a { background-color: rgb(152,177,2); }
div.DivClassName
{
background-color: #98B102;
}
.BgClassName
{
background-color: #98B102;
}
</style>
border-color css
<style>
span { border-color: #98B102; }
span { border-color: rgb(152,177,2); }
td.TdClassName
{
border-color: #98B102;
}
.TagClassName
{
border-color: #98B102;
}
</style>