#B7C386

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

Shades of Caper #B7C386

Tints of Caper #B7C386

Color information

#B7C386 (or 0xB7C386) is unknown color: approx Caper. HEX triplet: B7, C3 and 86. RGB value is (183,195,134). Sum of RGB (Red+Green+Blue) = 183+195+134=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C386 is #483C79. Grayscale: #B8B8B8. Windows color (decimal): -4734074 or 8831927. OLE color: 8831927.

HSL color Cylindrical-coordinate representation of color #B7C386: hue angle of 71.8º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7C386 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB183195134-
CMYK0.0600.310.24
HSL71.8º33.7%64.51%-
HSV(B)71.8º31.28%76.47%-
XYZ43.3550.8230.08-
YUV184.4699.52126.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=35.74%
G=38.09%
B=26.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951340.0600.310.2471.833.764.51
HexB7C386601F18482241
Octal26730320660373011042101
Binary1011011111000011100001101100111111100010010001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C386; }

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

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

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

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

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

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

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

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