Shades of Conifer #ACCB55
Tints of Conifer #ACCB55
RGB
CMYK
RGB Variations
Color information
#ACCB55 (or 0xACCB55) is known color: Conifer. HEX triplet: AC, CB and 55. RGB value is (172,203,85). Sum of RGB (Red+Green+Blue) = 172+203+85=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB55 is #5334AA. Grayscale: #B4B4B4. Windows color (decimal): -5452971 or 5622700. OLE color: 5622700.
HSL color Cylindrical-coordinate representation of color #ACCB55: hue angle of 75.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACCB55 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 85 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.20 |
| HSL | 75.76º | 0.53% | 0.56% | - |
| HSV(B) | 75.76º | 0.58% | 0.8% | - |
| XYZ | 40.01 | 52.14 | 16.55 | - |
| YUV | 180.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 85 | 0.15 | 0 | 0.58 | 0.20 | 75.76 | 0.53 | 0.56 |
| Hex | AC | CB | 55 | F | 0 | 3A | 14 | 4C | 35 | 38 |
| Octal | 254 | 313 | 125 | 17 | 0 | 72 | 24 | 114 | 65 | 70 |
| Binary | 10101100 | 11001011 | 1010101 | 1111 | 0 | 111010 | 10100 | 1001100 | 110101 | 111000 |
Color Harmonies of #ACCB55
Complementary color
Monochromatic Colors of #ACCB55
Black with #ACCB55
Text Example
Text Example
White with #ACCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB55; }
p { color: rgb(172,203,85); }
H1.HeaderClassName
{
color: #ACCB55;
}
.AnyTagClassName
{
color: #ACCB55;
}
</style>
background-color css
<style>
a { background-color: #ACCB55; }
a { background-color: rgb(172,203,85); }
div.DivClassName
{
background-color: #ACCB55;
}
.BgClassName
{
background-color: #ACCB55;
}
</style>
border-color css
<style>
span { border-color: #ACCB55; }
span { border-color: rgb(172,203,85); }
td.TdClassName
{
border-color: #ACCB55;
}
.TagClassName
{
border-color: #ACCB55;
}
</style>