Shades of Bahia #ADBC23
Tints of Bahia #ADBC23
RGB
CMYK
RGB Variations
Color information
#ADBC23 (or 0xADBC23) is known color: Bahia. HEX triplet: AD, BC and 23. RGB value is (173,188,35). Sum of RGB (Red+Green+Blue) = 173+188+35=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC23 is #5243DC. Grayscale: #A6A6A6. Windows color (decimal): -5391325 or 2342061. OLE color: 2342061.
HSL color Cylindrical-coordinate representation of color #ADBC23: hue angle of 65.88º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADBC23 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 35 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.26 |
| HSL | 65.88º | 0.69% | 0.44% | - |
| HSV(B) | 65.88º | 0.81% | 0.74% | - |
| XYZ | 35.52 | 44.97 | 8.4 | - |
| YUV | 166.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 35 | 0.08 | 0 | 0.81 | 0.26 | 65.88 | 0.69 | 0.44 |
| Hex | AD | BC | 23 | 8 | 0 | 51 | 1A | 42 | 45 | 2C |
| Octal | 255 | 274 | 43 | 10 | 0 | 121 | 32 | 102 | 105 | 54 |
| Binary | 10101101 | 10111100 | 100011 | 1000 | 0 | 1010001 | 11010 | 1000010 | 1000101 | 101100 |
Color Harmonies of #ADBC23
Complementary color
Monochromatic Colors of #ADBC23
Black with #ADBC23
Text Example
Text Example
White with #ADBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC23; }
p { color: rgb(173,188,35); }
H1.HeaderClassName
{
color: #ADBC23;
}
.AnyTagClassName
{
color: #ADBC23;
}
</style>
background-color css
<style>
a { background-color: #ADBC23; }
a { background-color: rgb(173,188,35); }
div.DivClassName
{
background-color: #ADBC23;
}
.BgClassName
{
background-color: #ADBC23;
}
</style>
border-color css
<style>
span { border-color: #ADBC23; }
span { border-color: rgb(173,188,35); }
td.TdClassName
{
border-color: #ADBC23;
}
.TagClassName
{
border-color: #ADBC23;
}
</style>