Shades of Pigment Green #08BA5C
Tints of Pigment Green #08BA5C
RGB
CMYK
RGB Variations
Color information
#08BA5C (or 0x08BA5C) is known color: Pigment Green. HEX triplet: 08, BA and 5C. RGB value is (8,186,92). Sum of RGB (Red+Green+Blue) = 8+186+92=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA5C is #F745A3. Grayscale: #7A7A7A. Windows color (decimal): -16205220 or 6076936. OLE color: 6076936.
HSL color Cylindrical-coordinate representation of color #08BA5C: hue angle of 148.31º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA5C is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 92 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.27 |
| HSL | 148.31º | 0.92% | 0.38% | - |
| HSV(B) | 148.31º | 0.96% | 0.73% | - |
| XYZ | 19.59 | 35.94 | 16.03 | - |
| YUV | 122.06 | 111.03 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 92 | 0.96 | 0 | 0.51 | 0.27 | 148.31 | 0.92 | 0.38 |
| Hex | 8 | BA | 5C | 60 | 0 | 33 | 1B | 94 | 5C | 26 |
| Octal | 10 | 272 | 134 | 140 | 0 | 63 | 33 | 224 | 134 | 46 |
| Binary | 1000 | 10111010 | 1011100 | 1100000 | 0 | 110011 | 11011 | 10010100 | 1011100 | 100110 |
Color Harmonies of #08BA5C
Complementary color
Monochromatic Colors of #08BA5C
Black with #08BA5C
Text Example
Text Example
White with #08BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA5C; }
p { color: rgb(8,186,92); }
H1.HeaderClassName
{
color: #08BA5C;
}
.AnyTagClassName
{
color: #08BA5C;
}
</style>
background-color css
<style>
a { background-color: #08BA5C; }
a { background-color: rgb(8,186,92); }
div.DivClassName
{
background-color: #08BA5C;
}
.BgClassName
{
background-color: #08BA5C;
}
</style>
border-color css
<style>
span { border-color: #08BA5C; }
span { border-color: rgb(8,186,92); }
td.TdClassName
{
border-color: #08BA5C;
}
.TagClassName
{
border-color: #08BA5C;
}
</style>