Shades of Bahia #ABAF1D
Tints of Bahia #ABAF1D
RGB
CMYK
RGB Variations
Color information
#ABAF1D (or 0xABAF1D) is known color: Bahia. HEX triplet: AB, AF and 1D. RGB value is (171,175,29). Sum of RGB (Red+Green+Blue) = 171+175+29=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF1D is #5450E2. Grayscale: #9D9D9D. Windows color (decimal): -5525731 or 1945515. OLE color: 1945515.
HSL color Cylindrical-coordinate representation of color #ABAF1D: hue angle of 61.64º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABAF1D is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 29 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.31 |
| HSL | 61.64º | 0.72% | 0.4% | - |
| HSV(B) | 61.64º | 0.83% | 0.69% | - |
| XYZ | 32.35 | 39.41 | 7.06 | - |
| YUV | 157.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 29 | 0.02 | 0 | 0.83 | 0.31 | 61.64 | 0.72 | 0.4 |
| Hex | AB | AF | 1D | 2 | 0 | 53 | 1F | 3E | 48 | 28 |
| Octal | 253 | 257 | 35 | 2 | 0 | 123 | 37 | 76 | 110 | 50 |
| Binary | 10101011 | 10101111 | 11101 | 10 | 0 | 1010011 | 11111 | 111110 | 1001000 | 101000 |
Color Harmonies of #ABAF1D
Complementary color
Monochromatic Colors of #ABAF1D
Black with #ABAF1D
Text Example
Text Example
White with #ABAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF1D; }
p { color: rgb(171,175,29); }
H1.HeaderClassName
{
color: #ABAF1D;
}
.AnyTagClassName
{
color: #ABAF1D;
}
</style>
background-color css
<style>
a { background-color: #ABAF1D; }
a { background-color: rgb(171,175,29); }
div.DivClassName
{
background-color: #ABAF1D;
}
.BgClassName
{
background-color: #ABAF1D;
}
</style>
border-color css
<style>
span { border-color: #ABAF1D; }
span { border-color: rgb(171,175,29); }
td.TdClassName
{
border-color: #ABAF1D;
}
.TagClassName
{
border-color: #ABAF1D;
}
</style>