Shades of Citrus #83B102
Tints of Citrus #83B102
RGB
CMYK
RGB Variations
Color information
#83B102 (or 0x83B102) is known color: Citrus. HEX triplet: 83, B1 and 02. RGB value is (131,177,2). Sum of RGB (Red+Green+Blue) = 131+177+2=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #83B102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B102 is #7C4EFD. Grayscale: #8F8F8F. Windows color (decimal): -8146686 or 176515. OLE color: 176515.
HSL color Cylindrical-coordinate representation of color #83B102: hue angle of 75.77º 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 #83B102 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.31 |
| HSL | 75.77º | 0.98% | 0.35% | - |
| HSV(B) | 75.77º | 0.99% | 0.69% | - |
| XYZ | 25.09 | 36.27 | 5.74 | - |
| YUV | 143.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 2 | 0.26 | 0 | 0.99 | 0.31 | 75.77 | 0.98 | 0.35 |
| Hex | 83 | B1 | 2 | 1A | 0 | 63 | 1F | 4C | 62 | 23 |
| Octal | 203 | 261 | 2 | 32 | 0 | 143 | 37 | 114 | 142 | 43 |
| Binary | 10000011 | 10110001 | 10 | 11010 | 0 | 1100011 | 11111 | 1001100 | 1100010 | 100011 |
Color Harmonies of #83B102
Complementary color
Monochromatic Colors of #83B102
Black with #83B102
Text Example
Text Example
White with #83B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B102; }
p { color: rgb(131,177,2); }
H1.HeaderClassName
{
color: #83B102;
}
.AnyTagClassName
{
color: #83B102;
}
</style>
background-color css
<style>
a { background-color: #83B102; }
a { background-color: rgb(131,177,2); }
div.DivClassName
{
background-color: #83B102;
}
.BgClassName
{
background-color: #83B102;
}
</style>
border-color css
<style>
span { border-color: #83B102; }
span { border-color: rgb(131,177,2); }
td.TdClassName
{
border-color: #83B102;
}
.TagClassName
{
border-color: #83B102;
}
</style>