#B6D279

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

Shades of Caper #B6D279

Tints of Caper #B6D279

Color information

#B6D279 (or 0xB6D279) is unknown color: approx Caper. HEX triplet: B6, D2 and 79. RGB value is (182,210,121). Sum of RGB (Red+Green+Blue) = 182+210+121=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D279 is #492D86. Grayscale: #BFBFBF. Windows color (decimal): -4795783 or 7983798. OLE color: 7983798.

HSL color Cylindrical-coordinate representation of color #B6D279: hue angle of 78.88º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6D279 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB182210121-
CMYK0.1300.420.18
HSL78.88º49.72%64.9%-
HSV(B)78.88º42.38%82.35%-
XYZ45.7957.4226.76-
YUV191.4888.22121.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=35.48%
G=40.94%
B=23.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101210.1300.420.1878.8849.7264.9
HexB6D279D02A124f3241
Octal266322171150522211762101
Binary10110110110100101111001110101010101001010011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D279; }

 p { color: rgb(182,210,121); }

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

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

 a { background-color: rgb(182,210,121); }

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

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

 span { border-color: rgb(182,210,121); }

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