#B6CA8B

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

Shades of Caper #B6CA8B

Tints of Caper #B6CA8B

Color information

#B6CA8B (or 0xB6CA8B) is unknown color: approx Caper. HEX triplet: B6, CA and 8B. RGB value is (182,202,139). Sum of RGB (Red+Green+Blue) = 182+202+139=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA8B is #493574. Grayscale: #BDBDBD. Windows color (decimal): -4797813 or 9161398. OLE color: 9161398.

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

Color convert

RGB182202139-
CMYK0.1000.310.21
HSL79.05º37.28%66.86%-
HSV(B)79.05º31.19%79.22%-
XYZ45.0754.0532.48-
YUV188.8499.87123.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=34.80%
G=38.62%
B=26.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021390.1000.310.2179.0537.2866.86
HexB6CA8BA01F154f2543
Octal266312213120372511745103
Binary10110110110010101000101110100111111010110011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA8B; }

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

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

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

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

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

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

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

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