#B6D482

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

Shades of Caper #B6D482

Tints of Caper #B6D482

Color information

#B6D482 (or 0xB6D482) is unknown color: approx Caper. HEX triplet: B6, D4 and 82. RGB value is (182,212,130). Sum of RGB (Red+Green+Blue) = 182+212+130=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D482 is #492B7D. Grayscale: #C1C1C1. Windows color (decimal): -4795262 or 8574134. OLE color: 8574134.

HSL color Cylindrical-coordinate representation of color #B6D482: hue angle of 81.95º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6D482 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB182212130-
CMYK0.1400.390.17
HSL81.95º48.81%67.06%-
HSV(B)81.95º38.68%83.14%-
XYZ46.8658.6429.97-
YUV193.6892.06119.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=34.73%
G=40.46%
B=24.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822121300.1400.390.1781.9548.8167.06
HexB6D482E02711523143
Octal266324202160472112261103
Binary101101101101010010000010111001001111000110100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D482; }

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

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

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

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

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

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

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

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