Shades of Caper #BBC68A
Tints of Caper #BBC68A
RGB
CMYK
RGB Variations
Color information
#BBC68A (or 0xBBC68A) is known color: Caper. HEX triplet: BB, C6 and 8A. RGB value is (187,198,138). Sum of RGB (Red+Green+Blue) = 187+198+138=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC68A is #443975. Grayscale: #BCBCBC. Windows color (decimal): -4471158 or 9094843. OLE color: 9094843.
HSL color Cylindrical-coordinate representation of color #BBC68A: hue angle of 71º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC68A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 138 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.22 |
| HSL | 71º | 0.34% | 0.66% | - |
| HSV(B) | 71º | 0.3% | 0.78% | - |
| XYZ | 45.28 | 52.79 | 31.85 | - |
| YUV | 187.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 138 | 0.06 | 0 | 0.30 | 0.22 | 71 | 0.34 | 0.66 |
| Hex | BB | C6 | 8A | 6 | 0 | 1E | 16 | 47 | 22 | 42 |
| Octal | 273 | 306 | 212 | 6 | 0 | 36 | 26 | 107 | 42 | 102 |
| Binary | 10111011 | 11000110 | 10001010 | 110 | 0 | 11110 | 10110 | 1000111 | 100010 | 1000010 |
Color Harmonies of #BBC68A
Complementary color
Monochromatic Colors of #BBC68A
Black with #BBC68A
Text Example
Text Example
White with #BBC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC68A; }
p { color: rgb(187,198,138); }
H1.HeaderClassName
{
color: #BBC68A;
}
.AnyTagClassName
{
color: #BBC68A;
}
</style>
background-color css
<style>
a { background-color: #BBC68A; }
a { background-color: rgb(187,198,138); }
div.DivClassName
{
background-color: #BBC68A;
}
.BgClassName
{
background-color: #BBC68A;
}
</style>
border-color css
<style>
span { border-color: #BBC68A; }
span { border-color: rgb(187,198,138); }
td.TdClassName
{
border-color: #BBC68A;
}
.TagClassName
{
border-color: #BBC68A;
}
</style>