Shades of Caper #BBC98A
Tints of Caper #BBC98A
RGB
CMYK
RGB Variations
Color information
#BBC98A (or 0xBBC98A) is known color: Caper. HEX triplet: BB, C9 and 8A. RGB value is (187,201,138). Sum of RGB (Red+Green+Blue) = 187+201+138=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC98A is #443675. Grayscale: #BDBDBD. Windows color (decimal): -4470390 or 9095611. OLE color: 9095611.
HSL color Cylindrical-coordinate representation of color #BBC98A: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC98A is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 138 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.21 |
| HSL | 73.33º | 0.37% | 0.66% | - |
| HSV(B) | 73.33º | 0.31% | 0.79% | - |
| XYZ | 45.97 | 54.17 | 32.08 | - |
| YUV | 189.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 138 | 0.07 | 0 | 0.31 | 0.21 | 73.33 | 0.37 | 0.66 |
| Hex | BB | C9 | 8A | 7 | 0 | 1F | 15 | 49 | 25 | 42 |
| Octal | 273 | 311 | 212 | 7 | 0 | 37 | 25 | 111 | 45 | 102 |
| Binary | 10111011 | 11001001 | 10001010 | 111 | 0 | 11111 | 10101 | 1001001 | 100101 | 1000010 |
Color Harmonies of #BBC98A
Complementary color
Monochromatic Colors of #BBC98A
Black with #BBC98A
Text Example
Text Example
White with #BBC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC98A; }
p { color: rgb(187,201,138); }
H1.HeaderClassName
{
color: #BBC98A;
}
.AnyTagClassName
{
color: #BBC98A;
}
</style>
background-color css
<style>
a { background-color: #BBC98A; }
a { background-color: rgb(187,201,138); }
div.DivClassName
{
background-color: #BBC98A;
}
.BgClassName
{
background-color: #BBC98A;
}
</style>
border-color css
<style>
span { border-color: #BBC98A; }
span { border-color: rgb(187,201,138); }
td.TdClassName
{
border-color: #BBC98A;
}
.TagClassName
{
border-color: #BBC98A;
}
</style>