#B3C272

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

Shades of Caper #B3C272

Tints of Caper #B3C272

Color information

#B3C272 (or 0xB3C272) is unknown color: approx Caper. HEX triplet: B3, C2 and 72. RGB value is (179,194,114). Sum of RGB (Red+Green+Blue) = 179+194+114=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C272 is #4C3D8D. Grayscale: #B4B4B4. Windows color (decimal): -4996494 or 7520947. OLE color: 7520947.

HSL color Cylindrical-coordinate representation of color #B3C272: hue angle of 71.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3C272 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB179194114-
CMYK0.0800.410.24
HSL71.25º39.6%60.39%-
HSV(B)71.25º41.24%76.08%-
XYZ40.9249.3823.29-
YUV180.490.53127-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=36.76%
G=39.84%
B=23.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941140.0800.410.2471.2539.660.39
HexB3C27280291847283c
Octal26330216210051301075074
Binary1011001111000010111001010000101001110001000111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C272; }

 p { color: rgb(179,194,114); }

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

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

 a { background-color: rgb(179,194,114); }

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

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

 span { border-color: rgb(179,194,114); }

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