Shades of Conifer #ACCB53
Tints of Conifer #ACCB53
RGB
CMYK
RGB Variations
Color information
#ACCB53 (or 0xACCB53) is known color: Conifer. HEX triplet: AC, CB and 53. RGB value is (172,203,83). Sum of RGB (Red+Green+Blue) = 172+203+83=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB53 is #5334AC. Grayscale: #B4B4B4. Windows color (decimal): -5452973 or 5491628. OLE color: 5491628.
HSL color Cylindrical-coordinate representation of color #ACCB53: hue angle of 75.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACCB53 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 83 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.20 |
| HSL | 75.5º | 0.54% | 0.56% | - |
| HSV(B) | 75.5º | 0.59% | 0.8% | - |
| XYZ | 39.93 | 52.11 | 16.14 | - |
| YUV | 180.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 83 | 0.15 | 0 | 0.59 | 0.20 | 75.5 | 0.54 | 0.56 |
| Hex | AC | CB | 53 | F | 0 | 3B | 14 | 4C | 36 | 38 |
| Octal | 254 | 313 | 123 | 17 | 0 | 73 | 24 | 114 | 66 | 70 |
| Binary | 10101100 | 11001011 | 1010011 | 1111 | 0 | 111011 | 10100 | 1001100 | 110110 | 111000 |
Color Harmonies of #ACCB53
Complementary color
Monochromatic Colors of #ACCB53
Black with #ACCB53
Text Example
Text Example
White with #ACCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB53; }
p { color: rgb(172,203,83); }
H1.HeaderClassName
{
color: #ACCB53;
}
.AnyTagClassName
{
color: #ACCB53;
}
</style>
background-color css
<style>
a { background-color: #ACCB53; }
a { background-color: rgb(172,203,83); }
div.DivClassName
{
background-color: #ACCB53;
}
.BgClassName
{
background-color: #ACCB53;
}
</style>
border-color css
<style>
span { border-color: #ACCB53; }
span { border-color: rgb(172,203,83); }
td.TdClassName
{
border-color: #ACCB53;
}
.TagClassName
{
border-color: #ACCB53;
}
</style>