Shades of Caper #B3C384
Tints of Caper #B3C384
RGB
CMYK
RGB Variations
Color information
#B3C384 (or 0xB3C384) is known color: Caper. HEX triplet: B3, C3 and 84. RGB value is (179,195,132). Sum of RGB (Red+Green+Blue) = 179+195+132=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C384 is #4C3C7B. Grayscale: #B7B7B7. Windows color (decimal): -4996220 or 8700851. OLE color: 8700851.
HSL color Cylindrical-coordinate representation of color #B3C384: hue angle of 75.24º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3C384 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 132 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.24 |
| HSL | 75.24º | 0.34% | 0.64% | - |
| HSV(B) | 75.24º | 0.32% | 0.76% | - |
| XYZ | 42.27 | 50.28 | 29.31 | - |
| YUV | 183.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 132 | 0.08 | 0 | 0.32 | 0.24 | 75.24 | 0.34 | 0.64 |
| Hex | B3 | C3 | 84 | 8 | 0 | 20 | 18 | 4B | 22 | 40 |
| Octal | 263 | 303 | 204 | 10 | 0 | 40 | 30 | 113 | 42 | 100 |
| Binary | 10110011 | 11000011 | 10000100 | 1000 | 0 | 100000 | 11000 | 1001011 | 100010 | 1000000 |
Color Harmonies of #B3C384
Complementary color
Monochromatic Colors of #B3C384
Black with #B3C384
Text Example
Text Example
White with #B3C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C384; }
p { color: rgb(179,195,132); }
H1.HeaderClassName
{
color: #B3C384;
}
.AnyTagClassName
{
color: #B3C384;
}
</style>
background-color css
<style>
a { background-color: #B3C384; }
a { background-color: rgb(179,195,132); }
div.DivClassName
{
background-color: #B3C384;
}
.BgClassName
{
background-color: #B3C384;
}
</style>
border-color css
<style>
span { border-color: #B3C384; }
span { border-color: rgb(179,195,132); }
td.TdClassName
{
border-color: #B3C384;
}
.TagClassName
{
border-color: #B3C384;
}
</style>