#B6C082

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

Shades of Caper #B6C082

Tints of Caper #B6C082

Color information

#B6C082 (or 0xB6C082) is unknown color: approx Caper. HEX triplet: B6, C0 and 82. RGB value is (182,192,130). Sum of RGB (Red+Green+Blue) = 182+192+130=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C082 is #493F7D. Grayscale: #B6B6B6. Windows color (decimal): -4800382 or 8569014. OLE color: 8569014.

HSL color Cylindrical-coordinate representation of color #B6C082: hue angle of 69.68º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6C082 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB182192130-
CMYK0.0500.320.25
HSL69.68º32.98%63.14%-
HSV(B)69.68º32.29%75.29%-
XYZ42.1749.2628.4-
YUV181.9498.69128.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=36.11%
G=38.10%
B=25.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921300.0500.320.2569.6832.9863.14
HexB6C08250201946213f
Octal2663002025040311064177
Binary1011011011000000100000101010100000110011000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C082; }

 p { color: rgb(182,192,130); }

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

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

 a { background-color: rgb(182,192,130); }

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

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

 span { border-color: rgb(182,192,130); }

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