#B7CA86

Color #B7CA86 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B7CA86

Tints of Caper #B7CA86

Color information

#B7CA86 (or 0xB7CA86) is unknown color: approx Caper. HEX triplet: B7, CA and 86. RGB value is (183,202,134). Sum of RGB (Red+Green+Blue) = 183+202+134=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA86 is #483579. Grayscale: #BCBCBC. Windows color (decimal): -4732282 or 8833719. OLE color: 8833719.

HSL color Cylindrical-coordinate representation of color #B7CA86: hue angle of 76.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7CA86 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB183202134-
CMYK0.0900.340.21
HSL76.76º39.08%65.88%-
HSV(B)76.76º33.66%79.22%-
XYZ44.9554.0330.61-
YUV188.5797.21124.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=35.26%
G=38.92%
B=25.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021340.0900.340.2176.7639.0865.88
HexB7CA869022154d2742
Octal267312206110422511547102
Binary101101111100101010000110100101000101010110011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA86; }

 p { color: rgb(183,202,134); }

 H1.HeaderClassName
 {
   color: #B7CA86;
 }
 .AnyTagClassName
 {
   color: #B7CA86;
 }
</style>
background-color css

<style>
 a { background-color: #B7CA86; }

 a { background-color: rgb(183,202,134); }

 div.DivClassName
 {
   background-color: #B7CA86;
 }
 .BgClassName
 {
   background-color: #B7CA86;
 }
</style>
border-color css

<style>
 span { border-color: #B7CA86; }

 span { border-color: rgb(183,202,134); }

 td.TdClassName
 {
   border-color: #B7CA86;
 }
 .TagClassName
 {
   border-color: #B7CA86;
 }
</style>