Shades of Citron #829B08
Tints of Citron #829B08
RGB
CMYK
RGB Variations
Color information
#829B08 (or 0x829B08) is known color: Citron. HEX triplet: 82, 9B and 08. RGB value is (130,155,8). Sum of RGB (Red+Green+Blue) = 130+155+8=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #829B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829B08 is #7D64F7. Grayscale: #838383. Windows color (decimal): -8217848 or 564098. OLE color: 564098.
HSL color Cylindrical-coordinate representation of color #829B08: hue angle of 70.2º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #829B08 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 8 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.39 |
| HSL | 70.2º | 0.9% | 0.32% | - |
| HSV(B) | 70.2º | 0.95% | 0.61% | - |
| XYZ | 20.97 | 28.21 | 4.57 | - |
| YUV | 130.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 8 | 0.16 | 0 | 0.95 | 0.39 | 70.2 | 0.9 | 0.32 |
| Hex | 82 | 9B | 8 | 10 | 0 | 5F | 27 | 46 | 5A | 20 |
| Octal | 202 | 233 | 10 | 20 | 0 | 137 | 47 | 106 | 132 | 40 |
| Binary | 10000010 | 10011011 | 1000 | 10000 | 0 | 1011111 | 100111 | 1000110 | 1011010 | 100000 |
Color Harmonies of #829B08
Complementary color
Monochromatic Colors of #829B08
Black with #829B08
Text Example
Text Example
White with #829B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B08; }
p { color: rgb(130,155,8); }
H1.HeaderClassName
{
color: #829B08;
}
.AnyTagClassName
{
color: #829B08;
}
</style>
background-color css
<style>
a { background-color: #829B08; }
a { background-color: rgb(130,155,8); }
div.DivClassName
{
background-color: #829B08;
}
.BgClassName
{
background-color: #829B08;
}
</style>
border-color css
<style>
span { border-color: #829B08; }
span { border-color: rgb(130,155,8); }
td.TdClassName
{
border-color: #829B08;
}
.TagClassName
{
border-color: #829B08;
}
</style>