Shades of Feijoa #A5CB83
Tints of Feijoa #A5CB83
RGB
CMYK
RGB Variations
Color information
#A5CB83 (or 0xA5CB83) is known color: Feijoa. HEX triplet: A5, CB and 83. RGB value is (165,203,131). Sum of RGB (Red+Green+Blue) = 165+203+131=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB83 is #5A347C. Grayscale: #B7B7B7. Windows color (decimal): -5911677 or 8637349. OLE color: 8637349.
HSL color Cylindrical-coordinate representation of color #A5CB83: hue angle of 91.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CB83 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 131 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.20 |
| HSL | 91.67º | 0.41% | 0.65% | - |
| HSV(B) | 91.67º | 0.35% | 0.8% | - |
| XYZ | 40.97 | 52.35 | 29.42 | - |
| YUV | 183.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 131 | 0.19 | 0 | 0.35 | 0.20 | 91.67 | 0.41 | 0.65 |
| Hex | A5 | CB | 83 | 13 | 0 | 23 | 14 | 5C | 29 | 41 |
| Octal | 245 | 313 | 203 | 23 | 0 | 43 | 24 | 134 | 51 | 101 |
| Binary | 10100101 | 11001011 | 10000011 | 10011 | 0 | 100011 | 10100 | 1011100 | 101001 | 1000001 |
Color Harmonies of #A5CB83
Complementary color
Monochromatic Colors of #A5CB83
Black with #A5CB83
Text Example
Text Example
White with #A5CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB83; }
p { color: rgb(165,203,131); }
H1.HeaderClassName
{
color: #A5CB83;
}
.AnyTagClassName
{
color: #A5CB83;
}
</style>
background-color css
<style>
a { background-color: #A5CB83; }
a { background-color: rgb(165,203,131); }
div.DivClassName
{
background-color: #A5CB83;
}
.BgClassName
{
background-color: #A5CB83;
}
</style>
border-color css
<style>
span { border-color: #A5CB83; }
span { border-color: rgb(165,203,131); }
td.TdClassName
{
border-color: #A5CB83;
}
.TagClassName
{
border-color: #A5CB83;
}
</style>