Shades of Caper #B4CD8A
Tints of Caper #B4CD8A
RGB
CMYK
RGB Variations
Color information
#B4CD8A (or 0xB4CD8A) is known color: Caper. HEX triplet: B4, CD and 8A. RGB value is (180,205,138). Sum of RGB (Red+Green+Blue) = 180+205+138=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CD8A is #4B3275. Grayscale: #BEBEBE. Windows color (decimal): -4928118 or 9096628. OLE color: 9096628.
HSL color Cylindrical-coordinate representation of color #B4CD8A: hue angle of 82.39º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4CD8A is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 205 | 138 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.20 |
| HSL | 82.39º | 0.4% | 0.67% | - |
| HSV(B) | 82.39º | 0.33% | 0.8% | - |
| XYZ | 45.24 | 55.2 | 32.32 | - |
| YUV | 189.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 138 | 0.12 | 0 | 0.33 | 0.20 | 82.39 | 0.4 | 0.67 |
| Hex | B4 | CD | 8A | C | 0 | 21 | 14 | 52 | 28 | 43 |
| Octal | 264 | 315 | 212 | 14 | 0 | 41 | 24 | 122 | 50 | 103 |
| Binary | 10110100 | 11001101 | 10001010 | 1100 | 0 | 100001 | 10100 | 1010010 | 101000 | 1000011 |
Color Harmonies of #B4CD8A
Complementary color
Monochromatic Colors of #B4CD8A
Black with #B4CD8A
Text Example
Text Example
White with #B4CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CD8A; }
p { color: rgb(180,205,138); }
H1.HeaderClassName
{
color: #B4CD8A;
}
.AnyTagClassName
{
color: #B4CD8A;
}
</style>
background-color css
<style>
a { background-color: #B4CD8A; }
a { background-color: rgb(180,205,138); }
div.DivClassName
{
background-color: #B4CD8A;
}
.BgClassName
{
background-color: #B4CD8A;
}
</style>
border-color css
<style>
span { border-color: #B4CD8A; }
span { border-color: rgb(180,205,138); }
td.TdClassName
{
border-color: #B4CD8A;
}
.TagClassName
{
border-color: #B4CD8A;
}
</style>