Shades of Bahia #ACCB13
Tints of Bahia #ACCB13
RGB
CMYK
RGB Variations
Color information
#ACCB13 (or 0xACCB13) is known color: Bahia. HEX triplet: AC, CB and 13. RGB value is (172,203,19). Sum of RGB (Red+Green+Blue) = 172+203+19=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB13 is #5334EC. Grayscale: #ADADAD. Windows color (decimal): -5453037 or 1297324. OLE color: 1297324.
HSL color Cylindrical-coordinate representation of color #ACCB13: hue angle of 70.11º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACCB13 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 19 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.20 |
| HSL | 70.11º | 0.83% | 0.44% | - |
| HSV(B) | 70.11º | 0.91% | 0.8% | - |
| XYZ | 38.49 | 51.53 | 8.53 | - |
| YUV | 172.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 19 | 0.15 | 0 | 0.91 | 0.20 | 70.11 | 0.83 | 0.44 |
| Hex | AC | CB | 13 | F | 0 | 5B | 14 | 46 | 53 | 2C |
| Octal | 254 | 313 | 23 | 17 | 0 | 133 | 24 | 106 | 123 | 54 |
| Binary | 10101100 | 11001011 | 10011 | 1111 | 0 | 1011011 | 10100 | 1000110 | 1010011 | 101100 |
Color Harmonies of #ACCB13
Complementary color
Monochromatic Colors of #ACCB13
Black with #ACCB13
Text Example
Text Example
White with #ACCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB13; }
p { color: rgb(172,203,19); }
H1.HeaderClassName
{
color: #ACCB13;
}
.AnyTagClassName
{
color: #ACCB13;
}
</style>
background-color css
<style>
a { background-color: #ACCB13; }
a { background-color: rgb(172,203,19); }
div.DivClassName
{
background-color: #ACCB13;
}
.BgClassName
{
background-color: #ACCB13;
}
</style>
border-color css
<style>
span { border-color: #ACCB13; }
span { border-color: rgb(172,203,19); }
td.TdClassName
{
border-color: #ACCB13;
}
.TagClassName
{
border-color: #ACCB13;
}
</style>