Shades of Yellow Green #A4CB2B
Tints of Yellow Green #A4CB2B
RGB
CMYK
RGB Variations
Color information
#A4CB2B (or 0xA4CB2B) is known color: Yellow Green. HEX triplet: A4, CB and 2B. RGB value is (164,203,43). Sum of RGB (Red+Green+Blue) = 164+203+43=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB2B is #5B34D4. Grayscale: #ADADAD. Windows color (decimal): -5977301 or 2870180. OLE color: 2870180.
HSL color Cylindrical-coordinate representation of color #A4CB2B: hue angle of 74.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4CB2B is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 43 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.20 |
| HSL | 74.63º | 0.65% | 0.48% | - |
| HSV(B) | 74.63º | 0.79% | 0.8% | - |
| XYZ | 37.1 | 50.78 | 10.13 | - |
| YUV | 173.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 43 | 0.19 | 0 | 0.79 | 0.20 | 74.63 | 0.65 | 0.48 |
| Hex | A4 | CB | 2B | 13 | 0 | 4F | 14 | 4B | 41 | 30 |
| Octal | 244 | 313 | 53 | 23 | 0 | 117 | 24 | 113 | 101 | 60 |
| Binary | 10100100 | 11001011 | 101011 | 10011 | 0 | 1001111 | 10100 | 1001011 | 1000001 | 110000 |
Color Harmonies of #A4CB2B
Complementary color
Monochromatic Colors of #A4CB2B
Black with #A4CB2B
Text Example
Text Example
White with #A4CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB2B; }
p { color: rgb(164,203,43); }
H1.HeaderClassName
{
color: #A4CB2B;
}
.AnyTagClassName
{
color: #A4CB2B;
}
</style>
background-color css
<style>
a { background-color: #A4CB2B; }
a { background-color: rgb(164,203,43); }
div.DivClassName
{
background-color: #A4CB2B;
}
.BgClassName
{
background-color: #A4CB2B;
}
</style>
border-color css
<style>
span { border-color: #A4CB2B; }
span { border-color: rgb(164,203,43); }
td.TdClassName
{
border-color: #A4CB2B;
}
.TagClassName
{
border-color: #A4CB2B;
}
</style>