#B3C191

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

Shades of Caper #B3C191

Tints of Caper #B3C191

Color information

#B3C191 (or 0xB3C191) is unknown color: approx Caper. HEX triplet: B3, C1 and 91. RGB value is (179,193,145). Sum of RGB (Red+Green+Blue) = 179+193+145=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C191 is #4C3E6E. Grayscale: #B7B7B7. Windows color (decimal): -4996719 or 9552307. OLE color: 9552307.

HSL color Cylindrical-coordinate representation of color #B3C191: hue angle of 77.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3C191 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB179193145-
CMYK0.0700.250.24
HSL77.5º27.91%66.27%-
HSV(B)77.5º24.87%75.69%-
XYZ42.7749.7734.14-
YUV183.34106.36124.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=34.62%
G=37.33%
B=28.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931450.0700.250.2477.527.9166.27
HexB3C1917019184e1c42
Octal26330122170313011634102
Binary101100111100000110010001111011001110001001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C191; }

 p { color: rgb(179,193,145); }

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

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

 a { background-color: rgb(179,193,145); }

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

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

 span { border-color: rgb(179,193,145); }

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