#B6CA88

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

Shades of Caper #B6CA88

Tints of Caper #B6CA88

Color information

#B6CA88 (or 0xB6CA88) is unknown color: approx Caper. HEX triplet: B6, CA and 88. RGB value is (182,202,136). Sum of RGB (Red+Green+Blue) = 182+202+136=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA88 is #493577. Grayscale: #BCBCBC. Windows color (decimal): -4797816 or 8964790. OLE color: 8964790.

HSL color Cylindrical-coordinate representation of color #B6CA88: hue angle of 78.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6CA88 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB182202136-
CMYK0.1000.330.21
HSL78.18º38.37%66.27%-
HSV(B)78.18º32.67%79.22%-
XYZ44.8653.9631.34-
YUV188.598.37123.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=35%
G=38.85%
B=26.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021360.1000.330.2178.1838.3766.27
HexB6CA88A021154e2642
Octal266312210120412511646102
Binary101101101100101010001000101001000011010110011101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA88; }

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

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

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

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

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

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

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

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