Shades of Bahia #AACD1B
Tints of Bahia #AACD1B
RGB
CMYK
RGB Variations
Color information
#AACD1B (or 0xAACD1B) is known color: Bahia. HEX triplet: AA, CD and 1B. RGB value is (170,205,27). Sum of RGB (Red+Green+Blue) = 170+205+27=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD1B is #5532E4. Grayscale: #AEAEAE. Windows color (decimal): -5583589 or 1822122. OLE color: 1822122.
HSL color Cylindrical-coordinate representation of color #AACD1B: hue angle of 71.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AACD1B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 27 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.20 |
| HSL | 71.8º | 0.77% | 0.45% | - |
| HSV(B) | 71.8º | 0.87% | 0.8% | - |
| XYZ | 38.61 | 52.29 | 9.09 | - |
| YUV | 174.24 | 44.9 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 27 | 0.17 | 0 | 0.87 | 0.20 | 71.8 | 0.77 | 0.45 |
| Hex | AA | CD | 1B | 11 | 0 | 57 | 14 | 48 | 4D | 2D |
| Octal | 252 | 315 | 33 | 21 | 0 | 127 | 24 | 110 | 115 | 55 |
| Binary | 10101010 | 11001101 | 11011 | 10001 | 0 | 1010111 | 10100 | 1001000 | 1001101 | 101101 |
Color Harmonies of #AACD1B
Complementary color
Monochromatic Colors of #AACD1B
Black with #AACD1B
Text Example
Text Example
White with #AACD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD1B; }
p { color: rgb(170,205,27); }
H1.HeaderClassName
{
color: #AACD1B;
}
.AnyTagClassName
{
color: #AACD1B;
}
</style>
background-color css
<style>
a { background-color: #AACD1B; }
a { background-color: rgb(170,205,27); }
div.DivClassName
{
background-color: #AACD1B;
}
.BgClassName
{
background-color: #AACD1B;
}
</style>
border-color css
<style>
span { border-color: #AACD1B; }
span { border-color: rgb(170,205,27); }
td.TdClassName
{
border-color: #AACD1B;
}
.TagClassName
{
border-color: #AACD1B;
}
</style>