#B6D47F

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

Shades of Caper #B6D47F

Tints of Caper #B6D47F

Color information

#B6D47F (or 0xB6D47F) is unknown color: approx Caper. HEX triplet: B6, D4 and 7F. RGB value is (182,212,127). Sum of RGB (Red+Green+Blue) = 182+212+127=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D47F is #492B80. Grayscale: #C1C1C1. Windows color (decimal): -4795265 or 8377526. OLE color: 8377526.

HSL color Cylindrical-coordinate representation of color #B6D47F: hue angle of 81.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6D47F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB182212127-
CMYK0.1400.400.17
HSL81.18º49.71%66.47%-
HSV(B)81.18º40.09%83.14%-
XYZ46.6758.5628.92-
YUV193.3490.56119.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 127 (50% from 255) = 24.38%
R=34.93%
G=40.69%
B=24.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822121270.1400.400.1781.1849.7166.47
HexB6D47FE02811513242
Octal266324177160502112162102
Binary10110110110101001111111111001010001000110100011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D47F; }

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

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

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

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

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

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

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

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