Shades of Citrus #83B000
Tints of Citrus #83B000
RGB
CMYK
RGB Variations
Color information
#83B000 (or 0x83B000) is known color: Citrus. HEX triplet: 83, B0 and 00. RGB value is (131,176,0). Sum of RGB (Red+Green+Blue) = 131+176+0=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #83B000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B000 is #7C4FFF. Grayscale: #8F8F8F. Windows color (decimal): -8146944 or 45187. OLE color: 45187.
HSL color Cylindrical-coordinate representation of color #83B000: hue angle of 75.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83B000 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.31 |
| HSL | 75.34º | 1% | 0.35% | - |
| HSV(B) | 75.34º | 1% | 0.69% | - |
| XYZ | 24.89 | 35.88 | 5.61 | - |
| YUV | 142.48 | 47.59 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 0 | 0.26 | 0 | 1 | 0.31 | 75.34 | 1 | 0.35 |
| Hex | 83 | B0 | 0 | 1A | 0 | 64 | 1F | 4B | 64 | 23 |
| Octal | 203 | 260 | 0 | 32 | 0 | 144 | 37 | 113 | 144 | 43 |
| Binary | 10000011 | 10110000 | 0 | 11010 | 0 | 1100100 | 11111 | 1001011 | 1100100 | 100011 |
Color Harmonies of #83B000
Complementary color
Monochromatic Colors of #83B000
Black with #83B000
Text Example
Text Example
White with #83B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B000; }
p { color: rgb(131,176,0); }
H1.HeaderClassName
{
color: #83B000;
}
.AnyTagClassName
{
color: #83B000;
}
</style>
background-color css
<style>
a { background-color: #83B000; }
a { background-color: rgb(131,176,0); }
div.DivClassName
{
background-color: #83B000;
}
.BgClassName
{
background-color: #83B000;
}
</style>
border-color css
<style>
span { border-color: #83B000; }
span { border-color: rgb(131,176,0); }
td.TdClassName
{
border-color: #83B000;
}
.TagClassName
{
border-color: #83B000;
}
</style>