#B2C48D

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

Shades of Caper #B2C48D

Tints of Caper #B2C48D

Color information

#B2C48D (or 0xB2C48D) is unknown color: approx Caper. HEX triplet: B2, C4 and 8D. RGB value is (178,196,141). Sum of RGB (Red+Green+Blue) = 178+196+141=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C48D is #4D3B72. Grayscale: #B8B8B8. Windows color (decimal): -5061491 or 9290930. OLE color: 9290930.

HSL color Cylindrical-coordinate representation of color #B2C48D: hue angle of 79.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C48D is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB178196141-
CMYK0.0900.280.23
HSL79.64º31.79%66.08%-
HSV(B)79.64º28.06%76.86%-
XYZ42.9150.8732.76-
YUV184.35103.54123.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=34.56%
G=38.06%
B=27.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961410.0900.280.2379.6431.7966.08
HexB2C48D901C17502042
Octal262304215110342712040102
Binary10110010110001001000110110010111001011110100001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C48D; }

 p { color: rgb(178,196,141); }

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

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

 a { background-color: rgb(178,196,141); }

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

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

 span { border-color: rgb(178,196,141); }

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