Shades of Granny Smith #82938A
Tints of Granny Smith #82938A
RGB
CMYK
RGB Variations
Color information
#82938A (or 0x82938A) is known color: Granny Smith. HEX triplet: 82, 93 and 8A. RGB value is (130,147,138). Sum of RGB (Red+Green+Blue) = 130+147+138=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #82938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938A is #7D6C75. Grayscale: #8C8C8C. Windows color (decimal): -8219766 or 9081730. OLE color: 9081730.
HSL color Cylindrical-coordinate representation of color #82938A: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82938A is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
RGB | 130 | 147 | 138 | - |
CMYK | 0.12 | 0 | 0.06 | 0.42 |
HSL | 148.24º | 0.07% | 0.54% | - |
HSV(B) | 148.24º | 0.12% | 0.58% | - |
XYZ | 24.23 | 27.45 | 28.07 | - |
YUV | 140.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 147 | 138 | 0.12 | 0 | 0.06 | 0.42 | 148.24 | 0.07 | 0.54 |
Hex | 82 | 93 | 8A | C | 0 | 6 | 2A | 94 | 7 | 36 |
Octal | 202 | 223 | 212 | 14 | 0 | 6 | 52 | 224 | 7 | 66 |
Binary | 10000010 | 10010011 | 10001010 | 1100 | 0 | 110 | 101010 | 10010100 | 111 | 110110 |
Color Harmonies of #82938A
Complementary color
Monochromatic Colors of #82938A
Black with #82938A
Text Example
Text Example
White with #82938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82938A; }
p { color: rgb(130,147,138); }
H1.HeaderClassName
{
color: #82938A;
}
.AnyTagClassName
{
color: #82938A;
}
</style>
background-color css
<style>
a { background-color: #82938A; }
a { background-color: rgb(130,147,138); }
div.DivClassName
{
background-color: #82938A;
}
.BgClassName
{
background-color: #82938A;
}
</style>
border-color css
<style>
span { border-color: #82938A; }
span { border-color: rgb(130,147,138); }
td.TdClassName
{
border-color: #82938A;
}
.TagClassName
{
border-color: #82938A;
}
</style>