Shades of Conifer #ACCC5B
Tints of Conifer #ACCC5B
RGB
CMYK
RGB Variations
Color information
#ACCC5B (or 0xACCC5B) is known color: Conifer. HEX triplet: AC, CC and 5B. RGB value is (172,204,91). Sum of RGB (Red+Green+Blue) = 172+204+91=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC5B is #5333A4. Grayscale: #B5B5B5. Windows color (decimal): -5452709 or 6016172. OLE color: 6016172.
HSL color Cylindrical-coordinate representation of color #ACCC5B: hue angle of 76.99º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACCC5B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 91 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.2 |
| HSL | 76.99º | 0.53% | 0.58% | - |
| HSV(B) | 76.99º | 0.55% | 0.8% | - |
| XYZ | 40.49 | 52.71 | 17.94 | - |
| YUV | 181.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 91 | 0.16 | 0 | 0.55 | 0.2 | 76.99 | 0.53 | 0.58 |
| Hex | AC | CC | 5B | 10 | 0 | 37 | 14 | 4D | 35 | 3A |
| Octal | 254 | 314 | 133 | 20 | 0 | 67 | 24 | 115 | 65 | 72 |
| Binary | 10101100 | 11001100 | 1011011 | 10000 | 0 | 110111 | 10100 | 1001101 | 110101 | 111010 |
Color Harmonies of #ACCC5B
Complementary color
Monochromatic Colors of #ACCC5B
Black with #ACCC5B
Text Example
Text Example
White with #ACCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC5B; }
p { color: rgb(172,204,91); }
H1.HeaderClassName
{
color: #ACCC5B;
}
.AnyTagClassName
{
color: #ACCC5B;
}
</style>
background-color css
<style>
a { background-color: #ACCC5B; }
a { background-color: rgb(172,204,91); }
div.DivClassName
{
background-color: #ACCC5B;
}
.BgClassName
{
background-color: #ACCC5B;
}
</style>
border-color css
<style>
span { border-color: #ACCC5B; }
span { border-color: rgb(172,204,91); }
td.TdClassName
{
border-color: #ACCC5B;
}
.TagClassName
{
border-color: #ACCC5B;
}
</style>