#B6C180

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

Shades of Caper #B6C180

Tints of Caper #B6C180

Color information

#B6C180 (or 0xB6C180) is unknown color: approx Caper. HEX triplet: B6, C1 and 80. RGB value is (182,193,128). Sum of RGB (Red+Green+Blue) = 182+193+128=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C180 is #493E7F. Grayscale: #B6B6B6. Windows color (decimal): -4800128 or 8438198. OLE color: 8438198.

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

Color convert

RGB182193128-
CMYK0.0600.340.24
HSL70.15º34.39%62.94%-
HSV(B)70.15º33.68%75.69%-
XYZ42.2649.6427.78-
YUV182.397.36127.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=36.18%
G=38.37%
B=25.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821931280.0600.340.2470.1534.3962.94
HexB6C18060221846223f
Octal2663012006042301064277
Binary1011011011000001100000001100100010110001000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C180; }

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

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

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

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

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

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

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

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