#B6C47C

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

Shades of Caper #B6C47C

Tints of Caper #B6C47C

Color information

#B6C47C (or 0xB6C47C) is unknown color: approx Caper. HEX triplet: B6, C4 and 7C. RGB value is (182,196,124). Sum of RGB (Red+Green+Blue) = 182+196+124=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C47C is #493B83. Grayscale: #B7B7B7. Windows color (decimal): -4799364 or 8176822. OLE color: 8176822.

HSL color Cylindrical-coordinate representation of color #B6C47C: hue angle of 71.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6C47C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB182196124-
CMYK0.0700.370.23
HSL71.67º37.89%62.75%-
HSV(B)71.67º36.73%76.86%-
XYZ42.6750.8826.64-
YUV183.6194.36126.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=36.25%
G=39.04%
B=24.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961240.0700.370.2371.6737.8962.75
HexB6C47C70251748263f
Octal2663041747045271104677
Binary101101101100010011111001110100101101111001000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C47C; }

 p { color: rgb(182,196,124); }

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

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

 a { background-color: rgb(182,196,124); }

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

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

 span { border-color: rgb(182,196,124); }

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