#B2C271

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

Shades of Caper #B2C271

Tints of Caper #B2C271

Color information

#B2C271 (or 0xB2C271) is unknown color: approx Caper. HEX triplet: B2, C2 and 71. RGB value is (178,194,113). Sum of RGB (Red+Green+Blue) = 178+194+113=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C271 is #4D3D8E. Grayscale: #B4B4B4. Windows color (decimal): -5062031 or 7455410. OLE color: 7455410.

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

Color convert

RGB178194113-
CMYK0.0800.420.24
HSL71.85º39.9%60.2%-
HSV(B)71.85º41.75%76.08%-
XYZ40.6349.2422.99-
YUV179.9890.2126.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=36.70%
G=40%
B=23.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941130.0800.420.2471.8539.960.2
HexB2C271802A1848283c
Octal26230216110052301105074
Binary1011001011000010111000110000101010110001001000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C271; }

 p { color: rgb(178,194,113); }

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

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

 a { background-color: rgb(178,194,113); }

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

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

 span { border-color: rgb(178,194,113); }

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