#B6D071

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

Shades of Caper #B6D071

Tints of Caper #B6D071

Color information

#B6D071 (or 0xB6D071) is unknown color: approx Caper. HEX triplet: B6, D0 and 71. RGB value is (182,208,113). Sum of RGB (Red+Green+Blue) = 182+208+113=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D071 is #492F8E. Grayscale: #BDBDBD. Windows color (decimal): -4796303 or 7458998. OLE color: 7458998.

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

Color convert

RGB182208113-
CMYK0.1200.460.18
HSL76.42º50.26%62.94%-
HSV(B)76.42º45.67%81.57%-
XYZ44.8356.2524.12-
YUV189.484.89122.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=36.18%
G=41.35%
B=22.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822081130.1200.460.1876.4250.2662.94
HexB6D071C02E124c323f
Octal26632016114056221146277
Binary1011011011010000111000111000101110100101001100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D071; }

 p { color: rgb(182,208,113); }

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

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

 a { background-color: rgb(182,208,113); }

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

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

 span { border-color: rgb(182,208,113); }

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