Shades of Caper #B3C283
Tints of Caper #B3C283
RGB
CMYK
RGB Variations
Color information
#B3C283 (or 0xB3C283) is known color: Caper. HEX triplet: B3, C2 and 83. RGB value is (179,194,131). Sum of RGB (Red+Green+Blue) = 179+194+131=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C283 is #4C3D7C. Grayscale: #B6B6B6. Windows color (decimal): -4996477 or 8635059. OLE color: 8635059.
HSL color Cylindrical-coordinate representation of color #B3C283: hue angle of 74.29º 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 #B3C283 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 131 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.24 |
| HSL | 74.29º | 0.34% | 0.64% | - |
| HSV(B) | 74.29º | 0.32% | 0.76% | - |
| XYZ | 41.98 | 49.81 | 28.87 | - |
| YUV | 182.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 131 | 0.08 | 0 | 0.32 | 0.24 | 74.29 | 0.34 | 0.64 |
| Hex | B3 | C2 | 83 | 8 | 0 | 20 | 18 | 4A | 22 | 40 |
| Octal | 263 | 302 | 203 | 10 | 0 | 40 | 30 | 112 | 42 | 100 |
| Binary | 10110011 | 11000010 | 10000011 | 1000 | 0 | 100000 | 11000 | 1001010 | 100010 | 1000000 |
Color Harmonies of #B3C283
Complementary color
Monochromatic Colors of #B3C283
Black with #B3C283
Text Example
Text Example
White with #B3C283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C283; }
p { color: rgb(179,194,131); }
H1.HeaderClassName
{
color: #B3C283;
}
.AnyTagClassName
{
color: #B3C283;
}
</style>
background-color css
<style>
a { background-color: #B3C283; }
a { background-color: rgb(179,194,131); }
div.DivClassName
{
background-color: #B3C283;
}
.BgClassName
{
background-color: #B3C283;
}
</style>
border-color css
<style>
span { border-color: #B3C283; }
span { border-color: rgb(179,194,131); }
td.TdClassName
{
border-color: #B3C283;
}
.TagClassName
{
border-color: #B3C283;
}
</style>