#B6C18E

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

Shades of Caper #B6C18E

Tints of Caper #B6C18E

Color information

#B6C18E (or 0xB6C18E) is unknown color: approx Caper. HEX triplet: B6, C1 and 8E. RGB value is (182,193,142). Sum of RGB (Red+Green+Blue) = 182+193+142=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C18E is #493E71. Grayscale: #B8B8B8. Windows color (decimal): -4800114 or 9355702. OLE color: 9355702.

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

Color convert

RGB182193142-
CMYK0.0600.260.24
HSL72.94º29.14%65.69%-
HSV(B)72.94º26.42%75.69%-
XYZ43.2450.0432.97-
YUV183.9104.36126.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=35.20%
G=37.33%
B=27.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821931420.0600.260.2472.9429.1465.69
HexB6C18E601A18491d42
Octal26630121660323011135102
Binary101101101100000110001110110011010110001001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C18E; }

 p { color: rgb(182,193,142); }

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

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

 a { background-color: rgb(182,193,142); }

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

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

 span { border-color: rgb(182,193,142); }

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