Shades of Caper #B6C974
Tints of Caper #B6C974
RGB
CMYK
RGB Variations
Color information
#B6C974 (or 0xB6C974) is known color: Caper. HEX triplet: B6, C9 and 74. RGB value is (182,201,116). Sum of RGB (Red+Green+Blue) = 182+201+116=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C974 is #49368B. Grayscale: #B9B9B9. Windows color (decimal): -4798092 or 7653814. OLE color: 7653814.
HSL color Cylindrical-coordinate representation of color #B6C974: hue angle of 73.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6C974 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 116 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.21 |
| HSL | 73.41º | 0.44% | 0.62% | - |
| HSV(B) | 73.41º | 0.42% | 0.79% | - |
| XYZ | 43.33 | 52.98 | 24.47 | - |
| YUV | 185.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 116 | 0.09 | 0 | 0.42 | 0.21 | 73.41 | 0.44 | 0.62 |
| Hex | B6 | C9 | 74 | 9 | 0 | 2A | 15 | 49 | 2C | 3E |
| Octal | 266 | 311 | 164 | 11 | 0 | 52 | 25 | 111 | 54 | 76 |
| Binary | 10110110 | 11001001 | 1110100 | 1001 | 0 | 101010 | 10101 | 1001001 | 101100 | 111110 |
Color Harmonies of #B6C974
Complementary color
Monochromatic Colors of #B6C974
Black with #B6C974
Text Example
Text Example
White with #B6C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C974; }
p { color: rgb(182,201,116); }
H1.HeaderClassName
{
color: #B6C974;
}
.AnyTagClassName
{
color: #B6C974;
}
</style>
background-color css
<style>
a { background-color: #B6C974; }
a { background-color: rgb(182,201,116); }
div.DivClassName
{
background-color: #B6C974;
}
.BgClassName
{
background-color: #B6C974;
}
</style>
border-color css
<style>
span { border-color: #B6C974; }
span { border-color: rgb(182,201,116); }
td.TdClassName
{
border-color: #B6C974;
}
.TagClassName
{
border-color: #B6C974;
}
</style>