Shades of Yellow Green #ABCB34
Tints of Yellow Green #ABCB34
RGB
CMYK
RGB Variations
Color information
#ABCB34 (or 0xABCB34) is known color: Yellow Green. HEX triplet: AB, CB and 34. RGB value is (171,203,52). Sum of RGB (Red+Green+Blue) = 171+203+52=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB34 is #5434CB. Grayscale: #B0B0B0. Windows color (decimal): -5518540 or 3460011. OLE color: 3460011.
HSL color Cylindrical-coordinate representation of color #ABCB34: hue angle of 72.72º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABCB34 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 52 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.20 |
| HSL | 72.72º | 0.59% | 0.5% | - |
| HSV(B) | 72.72º | 0.74% | 0.8% | - |
| XYZ | 38.77 | 51.62 | 11.17 | - |
| YUV | 176.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 52 | 0.16 | 0 | 0.74 | 0.20 | 72.72 | 0.59 | 0.5 |
| Hex | AB | CB | 34 | 10 | 0 | 4A | 14 | 49 | 3B | 32 |
| Octal | 253 | 313 | 64 | 20 | 0 | 112 | 24 | 111 | 73 | 62 |
| Binary | 10101011 | 11001011 | 110100 | 10000 | 0 | 1001010 | 10100 | 1001001 | 111011 | 110010 |
Color Harmonies of #ABCB34
Complementary color
Monochromatic Colors of #ABCB34
Black with #ABCB34
Text Example
Text Example
White with #ABCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB34; }
p { color: rgb(171,203,52); }
H1.HeaderClassName
{
color: #ABCB34;
}
.AnyTagClassName
{
color: #ABCB34;
}
</style>
background-color css
<style>
a { background-color: #ABCB34; }
a { background-color: rgb(171,203,52); }
div.DivClassName
{
background-color: #ABCB34;
}
.BgClassName
{
background-color: #ABCB34;
}
</style>
border-color css
<style>
span { border-color: #ABCB34; }
span { border-color: rgb(171,203,52); }
td.TdClassName
{
border-color: #ABCB34;
}
.TagClassName
{
border-color: #ABCB34;
}
</style>