#B3C48C

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

Shades of Caper #B3C48C

Tints of Caper #B3C48C

Color information

#B3C48C (or 0xB3C48C) is unknown color: approx Caper. HEX triplet: B3, C4 and 8C. RGB value is (179,196,140). Sum of RGB (Red+Green+Blue) = 179+196+140=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C48C is #4C3B73. Grayscale: #B8B8B8. Windows color (decimal): -4995956 or 9225395. OLE color: 9225395.

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

Color convert

RGB179196140-
CMYK0.0900.290.23
HSL78.21º32.18%65.88%-
HSV(B)78.21º28.57%76.86%-
XYZ43.0650.9632.38-
YUV184.53102.87124.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=34.76%
G=38.06%
B=27.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961400.0900.290.2378.2132.1865.88
HexB3C48C901D174e2042
Octal263304214110352711640102
Binary10110011110001001000110010010111011011110011101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C48C; }

 p { color: rgb(179,196,140); }

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

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

 a { background-color: rgb(179,196,140); }

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

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

 span { border-color: rgb(179,196,140); }

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