#B6D17E

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

Shades of Caper #B6D17E

Tints of Caper #B6D17E

Color information

#B6D17E (or 0xB6D17E) is unknown color: approx Caper. HEX triplet: B6, D1 and 7E. RGB value is (182,209,126). Sum of RGB (Red+Green+Blue) = 182+209+126=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D17E is #492E81. Grayscale: #BFBFBF. Windows color (decimal): -4796034 or 8311222. OLE color: 8311222.

HSL color Cylindrical-coordinate representation of color #B6D17E: hue angle of 79.52º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6D17E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB182209126-
CMYK0.1300.400.18
HSL79.52º47.43%65.69%-
HSV(B)79.52º39.71%81.96%-
XYZ45.8657.0528.33-
YUV191.4691.05121.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=35.20%
G=40.43%
B=24.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091260.1300.400.1879.5247.4365.69
HexB6D17ED02812502f42
Octal266321176150502212057102
Binary10110110110100011111110110101010001001010100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D17E; }

 p { color: rgb(182,209,126); }

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

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

 a { background-color: rgb(182,209,126); }

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

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

 span { border-color: rgb(182,209,126); }

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