#B6D388

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

Shades of Caper #B6D388

Tints of Caper #B6D388

Color information

#B6D388 (or 0xB6D388) is unknown color: approx Caper. HEX triplet: B6, D3 and 88. RGB value is (182,211,136). Sum of RGB (Red+Green+Blue) = 182+211+136=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D388 is #492C77. Grayscale: #C2C2C2. Windows color (decimal): -4795512 or 8967094. OLE color: 8967094.

HSL color Cylindrical-coordinate representation of color #B6D388: hue angle of 83.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6D388 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB182211136-
CMYK0.1400.360.17
HSL83.2º46.01%68.04%-
HSV(B)83.2º35.55%82.75%-
XYZ47.0358.3132.07-
YUV193.7895.39119.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 136 (53.52% from 255) = 25.71%
R=34.40%
G=39.89%
B=25.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822111360.1400.360.1783.246.0168.04
HexB6D388E02411532e44
Octal266323210160442112356104
Binary101101101101001110001000111001001001000110100111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D388; }

 p { color: rgb(182,211,136); }

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

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

 a { background-color: rgb(182,211,136); }

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

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

 span { border-color: rgb(182,211,136); }

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