Shades of Apple #6ABA32
Tints of Apple #6ABA32
RGB
CMYK
RGB Variations
Color information
#6ABA32 (or 0x6ABA32) is known color: Apple. HEX triplet: 6A, BA and 32. RGB value is (106,186,50). Sum of RGB (Red+Green+Blue) = 106+186+50=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA32 is #9545CD. Grayscale: #939393. Windows color (decimal): -9782734 or 3324522. OLE color: 3324522.
HSL color Cylindrical-coordinate representation of color #6ABA32: hue angle of 95.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ABA32 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 50 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.27 |
| HSL | 95.29º | 0.58% | 0.46% | - |
| HSV(B) | 95.29º | 0.73% | 0.73% | - |
| XYZ | 24.08 | 38.41 | 9.16 | - |
| YUV | 146.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 50 | 0.43 | 0 | 0.73 | 0.27 | 95.29 | 0.58 | 0.46 |
| Hex | 6A | BA | 32 | 2B | 0 | 49 | 1B | 5F | 3A | 2E |
| Octal | 152 | 272 | 62 | 53 | 0 | 111 | 33 | 137 | 72 | 56 |
| Binary | 1101010 | 10111010 | 110010 | 101011 | 0 | 1001001 | 11011 | 1011111 | 111010 | 101110 |
Color Harmonies of #6ABA32
Complementary color
Monochromatic Colors of #6ABA32
Black with #6ABA32
Text Example
Text Example
White with #6ABA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA32; }
p { color: rgb(106,186,50); }
H1.HeaderClassName
{
color: #6ABA32;
}
.AnyTagClassName
{
color: #6ABA32;
}
</style>
background-color css
<style>
a { background-color: #6ABA32; }
a { background-color: rgb(106,186,50); }
div.DivClassName
{
background-color: #6ABA32;
}
.BgClassName
{
background-color: #6ABA32;
}
</style>
border-color css
<style>
span { border-color: #6ABA32; }
span { border-color: rgb(106,186,50); }
td.TdClassName
{
border-color: #6ABA32;
}
.TagClassName
{
border-color: #6ABA32;
}
</style>