#B6D685

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

Shades of Caper #B6D685

Tints of Caper #B6D685

Color information

#B6D685 (or 0xB6D685) is unknown color: approx Caper. HEX triplet: B6, D6 and 85. RGB value is (182,214,133). Sum of RGB (Red+Green+Blue) = 182+214+133=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D685 is #49297A. Grayscale: #C3C3C3. Windows color (decimal): -4794747 or 8771254. OLE color: 8771254.

HSL color Cylindrical-coordinate representation of color #B6D685: hue angle of 83.7º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6D685 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB182214133-
CMYK0.1500.380.16
HSL83.7º49.69%68.04%-
HSV(B)83.7º37.85%83.92%-
XYZ47.5759.7331.21-
YUV195.292.9118.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=34.40%
G=40.45%
B=25.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141330.1500.380.1683.749.6968.04
HexB6D685F02610543244
Octal266326205170462012462104
Binary101101101101011010000101111101001101000010101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D685; }

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

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

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

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

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

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

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

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