Shades of Bahia #ADBB23
Tints of Bahia #ADBB23
RGB
CMYK
RGB Variations
Color information
#ADBB23 (or 0xADBB23) is known color: Bahia. HEX triplet: AD, BB and 23. RGB value is (173,187,35). Sum of RGB (Red+Green+Blue) = 173+187+35=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB23 is #5244DC. Grayscale: #A6A6A6. Windows color (decimal): -5391581 or 2341805. OLE color: 2341805.
HSL color Cylindrical-coordinate representation of color #ADBB23: hue angle of 65.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADBB23 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 35 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.27 |
| HSL | 65.53º | 0.68% | 0.44% | - |
| HSV(B) | 65.53º | 0.81% | 0.73% | - |
| XYZ | 35.31 | 44.55 | 8.33 | - |
| YUV | 165.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 35 | 0.07 | 0 | 0.81 | 0.27 | 65.53 | 0.68 | 0.44 |
| Hex | AD | BB | 23 | 7 | 0 | 51 | 1B | 42 | 44 | 2C |
| Octal | 255 | 273 | 43 | 7 | 0 | 121 | 33 | 102 | 104 | 54 |
| Binary | 10101101 | 10111011 | 100011 | 111 | 0 | 1010001 | 11011 | 1000010 | 1000100 | 101100 |
Color Harmonies of #ADBB23
Complementary color
Monochromatic Colors of #ADBB23
Black with #ADBB23
Text Example
Text Example
White with #ADBB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB23; }
p { color: rgb(173,187,35); }
H1.HeaderClassName
{
color: #ADBB23;
}
.AnyTagClassName
{
color: #ADBB23;
}
</style>
background-color css
<style>
a { background-color: #ADBB23; }
a { background-color: rgb(173,187,35); }
div.DivClassName
{
background-color: #ADBB23;
}
.BgClassName
{
background-color: #ADBB23;
}
</style>
border-color css
<style>
span { border-color: #ADBB23; }
span { border-color: rgb(173,187,35); }
td.TdClassName
{
border-color: #ADBB23;
}
.TagClassName
{
border-color: #ADBB23;
}
</style>