Shades of Bahia #ADBD23
Tints of Bahia #ADBD23
RGB
CMYK
RGB Variations
Color information
#ADBD23 (or 0xADBD23) is known color: Bahia. HEX triplet: AD, BD and 23. RGB value is (173,189,35). Sum of RGB (Red+Green+Blue) = 173+189+35=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD23 is #5242DC. Grayscale: #A7A7A7. Windows color (decimal): -5391069 or 2342317. OLE color: 2342317.
HSL color Cylindrical-coordinate representation of color #ADBD23: hue angle of 66.23º 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 #ADBD23 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 35 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.26 |
| HSL | 66.23º | 0.69% | 0.44% | - |
| HSV(B) | 66.23º | 0.81% | 0.74% | - |
| XYZ | 35.73 | 45.4 | 8.47 | - |
| YUV | 166.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 35 | 0.08 | 0 | 0.81 | 0.26 | 66.23 | 0.69 | 0.44 |
| Hex | AD | BD | 23 | 8 | 0 | 51 | 1A | 42 | 45 | 2C |
| Octal | 255 | 275 | 43 | 10 | 0 | 121 | 32 | 102 | 105 | 54 |
| Binary | 10101101 | 10111101 | 100011 | 1000 | 0 | 1010001 | 11010 | 1000010 | 1000101 | 101100 |
Color Harmonies of #ADBD23
Complementary color
Monochromatic Colors of #ADBD23
Black with #ADBD23
Text Example
Text Example
White with #ADBD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD23; }
p { color: rgb(173,189,35); }
H1.HeaderClassName
{
color: #ADBD23;
}
.AnyTagClassName
{
color: #ADBD23;
}
</style>
background-color css
<style>
a { background-color: #ADBD23; }
a { background-color: rgb(173,189,35); }
div.DivClassName
{
background-color: #ADBD23;
}
.BgClassName
{
background-color: #ADBD23;
}
</style>
border-color css
<style>
span { border-color: #ADBD23; }
span { border-color: rgb(173,189,35); }
td.TdClassName
{
border-color: #ADBD23;
}
.TagClassName
{
border-color: #ADBD23;
}
</style>