Shades of Caper #BBCE78
Tints of Caper #BBCE78
RGB
CMYK
RGB Variations
Color information
#BBCE78 (or 0xBBCE78) is known color: Caper. HEX triplet: BB, CE and 78. RGB value is (187,206,120). Sum of RGB (Red+Green+Blue) = 187+206+120=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE78 is #443187. Grayscale: #BEBEBE. Windows color (decimal): -4469128 or 7917243. OLE color: 7917243.
HSL color Cylindrical-coordinate representation of color #BBCE78: hue angle of 73.26º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBCE78 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 120 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.19 |
| HSL | 73.26º | 0.47% | 0.64% | - |
| HSV(B) | 73.26º | 0.42% | 0.81% | - |
| XYZ | 45.95 | 56.06 | 26.17 | - |
| YUV | 190.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 120 | 0.09 | 0 | 0.42 | 0.19 | 73.26 | 0.47 | 0.64 |
| Hex | BB | CE | 78 | 9 | 0 | 2A | 13 | 49 | 2F | 40 |
| Octal | 273 | 316 | 170 | 11 | 0 | 52 | 23 | 111 | 57 | 100 |
| Binary | 10111011 | 11001110 | 1111000 | 1001 | 0 | 101010 | 10011 | 1001001 | 101111 | 1000000 |
Color Harmonies of #BBCE78
Complementary color
Monochromatic Colors of #BBCE78
Black with #BBCE78
Text Example
Text Example
White with #BBCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE78; }
p { color: rgb(187,206,120); }
H1.HeaderClassName
{
color: #BBCE78;
}
.AnyTagClassName
{
color: #BBCE78;
}
</style>
background-color css
<style>
a { background-color: #BBCE78; }
a { background-color: rgb(187,206,120); }
div.DivClassName
{
background-color: #BBCE78;
}
.BgClassName
{
background-color: #BBCE78;
}
</style>
border-color css
<style>
span { border-color: #BBCE78; }
span { border-color: rgb(187,206,120); }
td.TdClassName
{
border-color: #BBCE78;
}
.TagClassName
{
border-color: #BBCE78;
}
</style>