Shades of Caper #B3CC8B
Tints of Caper #B3CC8B
RGB
CMYK
RGB Variations
Color information
#B3CC8B (or 0xB3CC8B) is known color: Caper. HEX triplet: B3, CC and 8B. RGB value is (179,204,139). Sum of RGB (Red+Green+Blue) = 179+204+139=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CC8B is #4C3374. Grayscale: #BDBDBD. Windows color (decimal): -4993909 or 9161907. OLE color: 9161907.
HSL color Cylindrical-coordinate representation of color #B3CC8B: hue angle of 83.08º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3CC8B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 139 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.2 |
| HSL | 83.08º | 0.39% | 0.67% | - |
| HSV(B) | 83.08º | 0.32% | 0.8% | - |
| XYZ | 44.84 | 54.63 | 32.61 | - |
| YUV | 189.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 139 | 0.12 | 0 | 0.32 | 0.2 | 83.08 | 0.39 | 0.67 |
| Hex | B3 | CC | 8B | C | 0 | 20 | 14 | 53 | 27 | 43 |
| Octal | 263 | 314 | 213 | 14 | 0 | 40 | 24 | 123 | 47 | 103 |
| Binary | 10110011 | 11001100 | 10001011 | 1100 | 0 | 100000 | 10100 | 1010011 | 100111 | 1000011 |
Color Harmonies of #B3CC8B
Complementary color
Monochromatic Colors of #B3CC8B
Black with #B3CC8B
Text Example
Text Example
White with #B3CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CC8B; }
p { color: rgb(179,204,139); }
H1.HeaderClassName
{
color: #B3CC8B;
}
.AnyTagClassName
{
color: #B3CC8B;
}
</style>
background-color css
<style>
a { background-color: #B3CC8B; }
a { background-color: rgb(179,204,139); }
div.DivClassName
{
background-color: #B3CC8B;
}
.BgClassName
{
background-color: #B3CC8B;
}
</style>
border-color css
<style>
span { border-color: #B3CC8B; }
span { border-color: rgb(179,204,139); }
td.TdClassName
{
border-color: #B3CC8B;
}
.TagClassName
{
border-color: #B3CC8B;
}
</style>