Shades of Caper #B8CD77
Tints of Caper #B8CD77
RGB
CMYK
RGB Variations
Color information
#B8CD77 (or 0xB8CD77) is known color: Caper. HEX triplet: B8, CD and 77. RGB value is (184,205,119). Sum of RGB (Red+Green+Blue) = 184+205+119=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CD77 is #473288. Grayscale: #BDBDBD. Windows color (decimal): -4665993 or 7851448. OLE color: 7851448.
HSL color Cylindrical-coordinate representation of color #B8CD77: hue angle of 74.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8CD77 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 119 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.20 |
| HSL | 74.65º | 0.46% | 0.64% | - |
| HSV(B) | 74.65º | 0.42% | 0.8% | - |
| XYZ | 44.93 | 55.18 | 25.74 | - |
| YUV | 188.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 119 | 0.10 | 0 | 0.42 | 0.20 | 74.65 | 0.46 | 0.64 |
| Hex | B8 | CD | 77 | A | 0 | 2A | 14 | 4B | 2E | 40 |
| Octal | 270 | 315 | 167 | 12 | 0 | 52 | 24 | 113 | 56 | 100 |
| Binary | 10111000 | 11001101 | 1110111 | 1010 | 0 | 101010 | 10100 | 1001011 | 101110 | 1000000 |
Color Harmonies of #B8CD77
Complementary color
Monochromatic Colors of #B8CD77
Black with #B8CD77
Text Example
Text Example
White with #B8CD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD77; }
p { color: rgb(184,205,119); }
H1.HeaderClassName
{
color: #B8CD77;
}
.AnyTagClassName
{
color: #B8CD77;
}
</style>
background-color css
<style>
a { background-color: #B8CD77; }
a { background-color: rgb(184,205,119); }
div.DivClassName
{
background-color: #B8CD77;
}
.BgClassName
{
background-color: #B8CD77;
}
</style>
border-color css
<style>
span { border-color: #B8CD77; }
span { border-color: rgb(184,205,119); }
td.TdClassName
{
border-color: #B8CD77;
}
.TagClassName
{
border-color: #B8CD77;
}
</style>