#B2CA71

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

Shades of Caper #B2CA71

Tints of Caper #B2CA71

Color information

#B2CA71 (or 0xB2CA71) is unknown color: approx Caper. HEX triplet: B2, CA and 71. RGB value is (178,202,113). Sum of RGB (Red+Green+Blue) = 178+202+113=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA71 is #4D358E. Grayscale: #B9B9B9. Windows color (decimal): -5059983 or 7457458. OLE color: 7457458.

HSL color Cylindrical-coordinate representation of color #B2CA71: hue angle of 76.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2CA71 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB178202113-
CMYK0.1200.440.21
HSL76.18º45.64%61.76%-
HSV(B)76.18º44.06%79.22%-
XYZ42.4652.923.6-
YUV184.6887.55123.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=36.11%
G=40.97%
B=22.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021130.1200.440.2176.1845.6461.76
HexB2CA71C02C154c2e3e
Octal26231216114054251145676
Binary1011001011001010111000111000101100101011001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA71; }

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

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

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

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

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

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

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

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