Shades of Bahia #ABB92D
Tints of Bahia #ABB92D
RGB
CMYK
RGB Variations
Color information
#ABB92D (or 0xABB92D) is known color: Bahia. HEX triplet: AB, B9 and 2D. RGB value is (171,185,45). Sum of RGB (Red+Green+Blue) = 171+185+45=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB92D is #5446D2. Grayscale: #A5A5A5. Windows color (decimal): -5523155 or 2996651. OLE color: 2996651.
HSL color Cylindrical-coordinate representation of color #ABB92D: hue angle of 66º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABB92D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 45 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.27 |
| HSL | 66º | 0.61% | 0.45% | - |
| HSV(B) | 66º | 0.76% | 0.73% | - |
| XYZ | 34.62 | 43.55 | 9.06 | - |
| YUV | 164.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 45 | 0.08 | 0 | 0.76 | 0.27 | 66 | 0.61 | 0.45 |
| Hex | AB | B9 | 2D | 8 | 0 | 4C | 1B | 42 | 3D | 2D |
| Octal | 253 | 271 | 55 | 10 | 0 | 114 | 33 | 102 | 75 | 55 |
| Binary | 10101011 | 10111001 | 101101 | 1000 | 0 | 1001100 | 11011 | 1000010 | 111101 | 101101 |
Color Harmonies of #ABB92D
Complementary color
Monochromatic Colors of #ABB92D
Black with #ABB92D
Text Example
Text Example
White with #ABB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB92D; }
p { color: rgb(171,185,45); }
H1.HeaderClassName
{
color: #ABB92D;
}
.AnyTagClassName
{
color: #ABB92D;
}
</style>
background-color css
<style>
a { background-color: #ABB92D; }
a { background-color: rgb(171,185,45); }
div.DivClassName
{
background-color: #ABB92D;
}
.BgClassName
{
background-color: #ABB92D;
}
</style>
border-color css
<style>
span { border-color: #ABB92D; }
span { border-color: rgb(171,185,45); }
td.TdClassName
{
border-color: #ABB92D;
}
.TagClassName
{
border-color: #ABB92D;
}
</style>