#B6D185

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

Shades of Caper #B6D185

Tints of Caper #B6D185

Color information

#B6D185 (or 0xB6D185) is unknown color: approx Caper. HEX triplet: B6, D1 and 85. RGB value is (182,209,133). Sum of RGB (Red+Green+Blue) = 182+209+133=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D185 is #492E7A. Grayscale: #C0C0C0. Windows color (decimal): -4796027 or 8769974. OLE color: 8769974.

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

Color convert

RGB182209133-
CMYK0.1300.360.18
HSL81.32º45.24%67.06%-
HSV(B)81.32º36.36%81.96%-
XYZ46.3357.2430.8-
YUV192.2694.55120.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=34.73%
G=39.89%
B=25.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091330.1300.360.1881.3245.2467.06
HexB6D185D02412512d43
Octal266321205150442212155103
Binary101101101101000110000101110101001001001010100011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D185; }

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

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

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

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

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

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

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

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