Shades of Olivine #A1CB6B
Tints of Olivine #A1CB6B
RGB
CMYK
RGB Variations
Color information
#A1CB6B (or 0xA1CB6B) is known color: Olivine. HEX triplet: A1, CB and 6B. RGB value is (161,203,107). Sum of RGB (Red+Green+Blue) = 161+203+107=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB6B is #5E3494. Grayscale: #B3B3B3. Windows color (decimal): -6173845 or 7064481. OLE color: 7064481.
HSL color Cylindrical-coordinate representation of color #A1CB6B: hue angle of 86.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1CB6B is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 107 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.20 |
| HSL | 86.25º | 0.48% | 0.61% | - |
| HSV(B) | 86.25º | 0.47% | 0.8% | - |
| XYZ | 38.71 | 51.35 | 21.78 | - |
| YUV | 179.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 107 | 0.21 | 0 | 0.47 | 0.20 | 86.25 | 0.48 | 0.61 |
| Hex | A1 | CB | 6B | 15 | 0 | 2F | 14 | 56 | 30 | 3D |
| Octal | 241 | 313 | 153 | 25 | 0 | 57 | 24 | 126 | 60 | 75 |
| Binary | 10100001 | 11001011 | 1101011 | 10101 | 0 | 101111 | 10100 | 1010110 | 110000 | 111101 |
Color Harmonies of #A1CB6B
Complementary color
Monochromatic Colors of #A1CB6B
Black with #A1CB6B
Text Example
Text Example
White with #A1CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB6B; }
p { color: rgb(161,203,107); }
H1.HeaderClassName
{
color: #A1CB6B;
}
.AnyTagClassName
{
color: #A1CB6B;
}
</style>
background-color css
<style>
a { background-color: #A1CB6B; }
a { background-color: rgb(161,203,107); }
div.DivClassName
{
background-color: #A1CB6B;
}
.BgClassName
{
background-color: #A1CB6B;
}
</style>
border-color css
<style>
span { border-color: #A1CB6B; }
span { border-color: rgb(161,203,107); }
td.TdClassName
{
border-color: #A1CB6B;
}
.TagClassName
{
border-color: #A1CB6B;
}
</style>