#B3CA8D

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

Shades of Caper #B3CA8D

Tints of Caper #B3CA8D

Color information

#B3CA8D (or 0xB3CA8D) is unknown color: approx Caper. HEX triplet: B3, CA and 8D. RGB value is (179,202,141). Sum of RGB (Red+Green+Blue) = 179+202+141=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA8D is #4C3572. Grayscale: #BCBCBC. Windows color (decimal): -4994419 or 9292467. OLE color: 9292467.

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

Color convert

RGB179202141-
CMYK0.1100.300.21
HSL82.62º36.53%67.25%-
HSV(B)82.62º30.2%79.22%-
XYZ44.5253.7533.23-
YUV188.17101.38121.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=34.29%
G=38.70%
B=27.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021410.1100.300.2182.6236.5367.25
HexB3CA8DB01E15532543
Octal263312215130362512345103
Binary10110011110010101000110110110111101010110100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA8D; }

 p { color: rgb(179,202,141); }

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

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

 a { background-color: rgb(179,202,141); }

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

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

 span { border-color: rgb(179,202,141); }

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