Shades of Yellow Green #ABC632
Tints of Yellow Green #ABC632
RGB
CMYK
RGB Variations
Color information
#ABC632 (or 0xABC632) is known color: Yellow Green. HEX triplet: AB, C6 and 32. RGB value is (171,198,50). Sum of RGB (Red+Green+Blue) = 171+198+50=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC632 is #5439CD. Grayscale: #ADADAD. Windows color (decimal): -5519822 or 3327659. OLE color: 3327659.
HSL color Cylindrical-coordinate representation of color #ABC632: hue angle of 70.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC632 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
RGB | 171 | 198 | 50 | - |
CMYK | 0.14 | 0 | 0.75 | 0.22 |
HSL | 70.95º | 0.6% | 0.49% | - |
HSV(B) | 70.95º | 0.75% | 0.78% | - |
XYZ | 37.56 | 49.28 | 10.55 | - |
YUV | 173.06 | 58.55 | 126.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 198 | 50 | 0.14 | 0 | 0.75 | 0.22 | 70.95 | 0.6 | 0.49 |
Hex | AB | C6 | 32 | E | 0 | 4B | 16 | 47 | 3C | 31 |
Octal | 253 | 306 | 62 | 16 | 0 | 113 | 26 | 107 | 74 | 61 |
Binary | 10101011 | 11000110 | 110010 | 1110 | 0 | 1001011 | 10110 | 1000111 | 111100 | 110001 |
Color Harmonies of #ABC632
Complementary color
Monochromatic Colors of #ABC632
Black with #ABC632
Text Example
Text Example
White with #ABC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC632; }
p { color: rgb(171,198,50); }
H1.HeaderClassName
{
color: #ABC632;
}
.AnyTagClassName
{
color: #ABC632;
}
</style>
background-color css
<style>
a { background-color: #ABC632; }
a { background-color: rgb(171,198,50); }
div.DivClassName
{
background-color: #ABC632;
}
.BgClassName
{
background-color: #ABC632;
}
</style>
border-color css
<style>
span { border-color: #ABC632; }
span { border-color: rgb(171,198,50); }
td.TdClassName
{
border-color: #ABC632;
}
.TagClassName
{
border-color: #ABC632;
}
</style>