Shades of Bahia #A8B433
Tints of Bahia #A8B433
RGB
CMYK
RGB Variations
Color information
#A8B433 (or 0xA8B433) is known color: Bahia. HEX triplet: A8, B4 and 33. RGB value is (168,180,51). Sum of RGB (Red+Green+Blue) = 168+180+51=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B433 is #574BCC. Grayscale: #A2A2A2. Windows color (decimal): -5721037 or 3388584. OLE color: 3388584.
HSL color Cylindrical-coordinate representation of color #A8B433: hue angle of 65.58º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8B433 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 51 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.29 |
| HSL | 65.58º | 0.56% | 0.45% | - |
| HSV(B) | 65.58º | 0.72% | 0.71% | - |
| XYZ | 33.07 | 41.21 | 9.34 | - |
| YUV | 161.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 51 | 0.07 | 0 | 0.72 | 0.29 | 65.58 | 0.56 | 0.45 |
| Hex | A8 | B4 | 33 | 7 | 0 | 48 | 1D | 42 | 38 | 2D |
| Octal | 250 | 264 | 63 | 7 | 0 | 110 | 35 | 102 | 70 | 55 |
| Binary | 10101000 | 10110100 | 110011 | 111 | 0 | 1001000 | 11101 | 1000010 | 111000 | 101101 |
Color Harmonies of #A8B433
Complementary color
Monochromatic Colors of #A8B433
Black with #A8B433
Text Example
Text Example
White with #A8B433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B433; }
p { color: rgb(168,180,51); }
H1.HeaderClassName
{
color: #A8B433;
}
.AnyTagClassName
{
color: #A8B433;
}
</style>
background-color css
<style>
a { background-color: #A8B433; }
a { background-color: rgb(168,180,51); }
div.DivClassName
{
background-color: #A8B433;
}
.BgClassName
{
background-color: #A8B433;
}
</style>
border-color css
<style>
span { border-color: #A8B433; }
span { border-color: rgb(168,180,51); }
td.TdClassName
{
border-color: #A8B433;
}
.TagClassName
{
border-color: #A8B433;
}
</style>