Shades of Bahia #AFCB23
Tints of Bahia #AFCB23
RGB
CMYK
RGB Variations
Color information
#AFCB23 (or 0xAFCB23) is known color: Bahia. HEX triplet: AF, CB and 23. RGB value is (175,203,35). Sum of RGB (Red+Green+Blue) = 175+203+35=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB23 is #5034DC. Grayscale: #B0B0B0. Windows color (decimal): -5256413 or 2345903. OLE color: 2345903.
HSL color Cylindrical-coordinate representation of color #AFCB23: hue angle of 70º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFCB23 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 35 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.20 |
| HSL | 70º | 0.71% | 0.47% | - |
| HSV(B) | 70º | 0.83% | 0.8% | - |
| XYZ | 39.34 | 51.95 | 9.54 | - |
| YUV | 175.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 35 | 0.14 | 0 | 0.83 | 0.20 | 70 | 0.71 | 0.47 |
| Hex | AF | CB | 23 | E | 0 | 53 | 14 | 46 | 47 | 2F |
| Octal | 257 | 313 | 43 | 16 | 0 | 123 | 24 | 106 | 107 | 57 |
| Binary | 10101111 | 11001011 | 100011 | 1110 | 0 | 1010011 | 10100 | 1000110 | 1000111 | 101111 |
Color Harmonies of #AFCB23
Complementary color
Monochromatic Colors of #AFCB23
Black with #AFCB23
Text Example
Text Example
White with #AFCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB23; }
p { color: rgb(175,203,35); }
H1.HeaderClassName
{
color: #AFCB23;
}
.AnyTagClassName
{
color: #AFCB23;
}
</style>
background-color css
<style>
a { background-color: #AFCB23; }
a { background-color: rgb(175,203,35); }
div.DivClassName
{
background-color: #AFCB23;
}
.BgClassName
{
background-color: #AFCB23;
}
</style>
border-color css
<style>
span { border-color: #AFCB23; }
span { border-color: rgb(175,203,35); }
td.TdClassName
{
border-color: #AFCB23;
}
.TagClassName
{
border-color: #AFCB23;
}
</style>