Shades of Bahia #A7CF0B
Tints of Bahia #A7CF0B
RGB
CMYK
RGB Variations
Color information
#A7CF0B (or 0xA7CF0B) is known color: Bahia. HEX triplet: A7, CF and 0B. RGB value is (167,207,11). Sum of RGB (Red+Green+Blue) = 167+207+11=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF0B is #5830F4. Grayscale: #ADADAD. Windows color (decimal): -5779701 or 774055. OLE color: 774055.
HSL color Cylindrical-coordinate representation of color #A7CF0B: hue angle of 72.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7CF0B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.19 |
| HSL | 72.24º | 0.9% | 0.43% | - |
| HSV(B) | 72.24º | 0.95% | 0.81% | - |
| XYZ | 38.31 | 52.87 | 8.5 | - |
| YUV | 172.7 | 36.75 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 11 | 0.19 | 0 | 0.95 | 0.19 | 72.24 | 0.9 | 0.43 |
| Hex | A7 | CF | B | 13 | 0 | 5F | 13 | 48 | 5A | 2B |
| Octal | 247 | 317 | 13 | 23 | 0 | 137 | 23 | 110 | 132 | 53 |
| Binary | 10100111 | 11001111 | 1011 | 10011 | 0 | 1011111 | 10011 | 1001000 | 1011010 | 101011 |
Color Harmonies of #A7CF0B
Complementary color
Monochromatic Colors of #A7CF0B
Black with #A7CF0B
Text Example
Text Example
White with #A7CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF0B; }
p { color: rgb(167,207,11); }
H1.HeaderClassName
{
color: #A7CF0B;
}
.AnyTagClassName
{
color: #A7CF0B;
}
</style>
background-color css
<style>
a { background-color: #A7CF0B; }
a { background-color: rgb(167,207,11); }
div.DivClassName
{
background-color: #A7CF0B;
}
.BgClassName
{
background-color: #A7CF0B;
}
</style>
border-color css
<style>
span { border-color: #A7CF0B; }
span { border-color: rgb(167,207,11); }
td.TdClassName
{
border-color: #A7CF0B;
}
.TagClassName
{
border-color: #A7CF0B;
}
</style>