Shades of Bahia #ABCC0D
Tints of Bahia #ABCC0D
RGB
CMYK
RGB Variations
Color information
#ABCC0D (or 0xABCC0D) is known color: Bahia. HEX triplet: AB, CC and 0D. RGB value is (171,204,13). Sum of RGB (Red+Green+Blue) = 171+204+13=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC0D is #5433F2. Grayscale: #ADADAD. Windows color (decimal): -5518323 or 904363. OLE color: 904363.
HSL color Cylindrical-coordinate representation of color #ABCC0D: hue angle of 70.37º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABCC0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.2 |
| HSL | 70.37º | 0.88% | 0.43% | - |
| HSV(B) | 70.37º | 0.94% | 0.8% | - |
| XYZ | 38.46 | 51.87 | 8.37 | - |
| YUV | 172.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 13 | 0.16 | 0 | 0.94 | 0.2 | 70.37 | 0.88 | 0.43 |
| Hex | AB | CC | D | 10 | 0 | 5E | 14 | 46 | 58 | 2B |
| Octal | 253 | 314 | 15 | 20 | 0 | 136 | 24 | 106 | 130 | 53 |
| Binary | 10101011 | 11001100 | 1101 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011000 | 101011 |
Color Harmonies of #ABCC0D
Complementary color
Monochromatic Colors of #ABCC0D
Black with #ABCC0D
Text Example
Text Example
White with #ABCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC0D; }
p { color: rgb(171,204,13); }
H1.HeaderClassName
{
color: #ABCC0D;
}
.AnyTagClassName
{
color: #ABCC0D;
}
</style>
background-color css
<style>
a { background-color: #ABCC0D; }
a { background-color: rgb(171,204,13); }
div.DivClassName
{
background-color: #ABCC0D;
}
.BgClassName
{
background-color: #ABCC0D;
}
</style>
border-color css
<style>
span { border-color: #ABCC0D; }
span { border-color: rgb(171,204,13); }
td.TdClassName
{
border-color: #ABCC0D;
}
.TagClassName
{
border-color: #ABCC0D;
}
</style>