#B2C48A

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

Shades of Caper #B2C48A

Tints of Caper #B2C48A

Color information

#B2C48A (or 0xB2C48A) is unknown color: approx Caper. HEX triplet: B2, C4 and 8A. RGB value is (178,196,138). Sum of RGB (Red+Green+Blue) = 178+196+138=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C48A is #4D3B75. Grayscale: #B8B8B8. Windows color (decimal): -5061494 or 9094322. OLE color: 9094322.

HSL color Cylindrical-coordinate representation of color #B2C48A: hue angle of 78.62º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C48A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB178196138-
CMYK0.0900.300.23
HSL78.62º32.95%65.49%-
HSV(B)78.62º29.59%76.86%-
XYZ42.6950.7831.6-
YUV184.01102.04123.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=34.77%
G=38.28%
B=26.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961380.0900.300.2378.6232.9565.49
HexB2C48A901E174f2141
Octal262304212110362711741101
Binary10110010110001001000101010010111101011110011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C48A; }

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

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

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

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

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

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

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

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