Shades of Kokoda #828450
Tints of Kokoda #828450
RGB
CMYK
RGB Variations
Color information
#828450 (or 0x828450) is known color: Kokoda. HEX triplet: 82, 84 and 50. RGB value is (130,132,80). Sum of RGB (Red+Green+Blue) = 130+132+80=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #828450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828450 is #7D7BAF. Grayscale: #7D7D7D. Windows color (decimal): -8223664 or 5276802. OLE color: 5276802.
HSL color Cylindrical-coordinate representation of color #828450: hue angle of 62.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828450 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 80 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.48 |
| HSL | 62.31º | 0.25% | 0.42% | - |
| HSV(B) | 62.31º | 0.39% | 0.52% | - |
| XYZ | 18.91 | 21.83 | 10.81 | - |
| YUV | 125.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 80 | 0.02 | 0 | 0.39 | 0.48 | 62.31 | 0.25 | 0.42 |
| Hex | 82 | 84 | 50 | 2 | 0 | 27 | 30 | 3E | 19 | 2A |
| Octal | 202 | 204 | 120 | 2 | 0 | 47 | 60 | 76 | 31 | 52 |
| Binary | 10000010 | 10000100 | 1010000 | 10 | 0 | 100111 | 110000 | 111110 | 11001 | 101010 |
Color Harmonies of #828450
Complementary color
Monochromatic Colors of #828450
Black with #828450
Text Example
Text Example
White with #828450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828450; }
p { color: rgb(130,132,80); }
H1.HeaderClassName
{
color: #828450;
}
.AnyTagClassName
{
color: #828450;
}
</style>
background-color css
<style>
a { background-color: #828450; }
a { background-color: rgb(130,132,80); }
div.DivClassName
{
background-color: #828450;
}
.BgClassName
{
background-color: #828450;
}
</style>
border-color css
<style>
span { border-color: #828450; }
span { border-color: rgb(130,132,80); }
td.TdClassName
{
border-color: #828450;
}
.TagClassName
{
border-color: #828450;
}
</style>