#B3C86F

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

Shades of Caper #B3C86F

Tints of Caper #B3C86F

Color information

#B3C86F (or 0xB3C86F) is unknown color: approx Caper. HEX triplet: B3, C8 and 6F. RGB value is (179,200,111). Sum of RGB (Red+Green+Blue) = 179+200+111=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C86F is #4C3790. Grayscale: #B7B7B7. Windows color (decimal): -4994961 or 7325875. OLE color: 7325875.

HSL color Cylindrical-coordinate representation of color #B3C86F: hue angle of 74.16º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3C86F is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB179200111-
CMYK0.1000.440.22
HSL74.16º44.72%60.98%-
HSV(B)74.16º44.5%78.43%-
XYZ42.1152.0422.86-
YUV183.5887.04124.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=36.53%
G=40.82%
B=22.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001110.1000.440.2274.1644.7260.98
HexB3C86FA02C164a2d3d
Octal26331015712054261125575
Binary1011001111001000110111110100101100101101001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C86F; }

 p { color: rgb(179,200,111); }

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

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

 a { background-color: rgb(179,200,111); }

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

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

 span { border-color: rgb(179,200,111); }

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