Shades of Bahia #ACCB23
Tints of Bahia #ACCB23
RGB
CMYK
RGB Variations
Color information
#ACCB23 (or 0xACCB23) is known color: Bahia. HEX triplet: AC, CB and 23. RGB value is (172,203,35). Sum of RGB (Red+Green+Blue) = 172+203+35=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB23 is #5334DC. Grayscale: #AFAFAF. Windows color (decimal): -5453021 or 2345900. OLE color: 2345900.
HSL color Cylindrical-coordinate representation of color #ACCB23: hue angle of 71.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACCB23 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 35 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.20 |
| HSL | 71.07º | 0.71% | 0.47% | - |
| HSV(B) | 71.07º | 0.83% | 0.8% | - |
| XYZ | 38.67 | 51.6 | 9.51 | - |
| YUV | 174.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 35 | 0.15 | 0 | 0.83 | 0.20 | 71.07 | 0.71 | 0.47 |
| Hex | AC | CB | 23 | F | 0 | 53 | 14 | 47 | 47 | 2F |
| Octal | 254 | 313 | 43 | 17 | 0 | 123 | 24 | 107 | 107 | 57 |
| Binary | 10101100 | 11001011 | 100011 | 1111 | 0 | 1010011 | 10100 | 1000111 | 1000111 | 101111 |
Color Harmonies of #ACCB23
Complementary color
Monochromatic Colors of #ACCB23
Black with #ACCB23
Text Example
Text Example
White with #ACCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB23; }
p { color: rgb(172,203,35); }
H1.HeaderClassName
{
color: #ACCB23;
}
.AnyTagClassName
{
color: #ACCB23;
}
</style>
background-color css
<style>
a { background-color: #ACCB23; }
a { background-color: rgb(172,203,35); }
div.DivClassName
{
background-color: #ACCB23;
}
.BgClassName
{
background-color: #ACCB23;
}
</style>
border-color css
<style>
span { border-color: #ACCB23; }
span { border-color: rgb(172,203,35); }
td.TdClassName
{
border-color: #ACCB23;
}
.TagClassName
{
border-color: #ACCB23;
}
</style>