#b2ca7e

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

Shades of Caper #B2CA7E

Tints of Caper #B2CA7E

Color information

#B2CA7E (or 0xB2CA7E) is unknown color: approx Caper. HEX triplet: B2, CA and 7E. RGB value is (178,202,126). Sum of RGB (Red+Green+Blue) = 178+202+126=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA7E is #4D3581. Grayscale: #BABABA. Windows color (decimal): -5059970 or 8309426. OLE color: 8309426.

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

Color convert

RGB178202126-
CMYK0.1200.380.21
HSL78.95º41.76%64.31%-
HSV(B)78.95º37.62%79.22%-
XYZ43.2553.2127.73-
YUV186.1694.05122.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 126 (49.61% from 255) = 24.90%
R=35.18%
G=39.92%
B=24.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021260.1200.380.2178.9541.7664.31
HexB2CA7EC026154f2a40
Octal262312176140462511752100
Binary10110010110010101111110110001001101010110011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ca7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ca7e; }

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

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

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

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

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

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

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

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