#B2CA7A

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

Shades of Caper #B2CA7A

Tints of Caper #B2CA7A

Color information

#B2CA7A (or 0xB2CA7A) is unknown color: approx Caper. HEX triplet: B2, CA and 7A. RGB value is (178,202,122). Sum of RGB (Red+Green+Blue) = 178+202+122=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA7A is #4D3585. Grayscale: #B9B9B9. Windows color (decimal): -5059974 or 8047282. OLE color: 8047282.

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

Color convert

RGB178202122-
CMYK0.1200.400.21
HSL78º43.01%63.53%-
HSV(B)78º39.6%79.22%-
XYZ42.9953.1126.4-
YUV185.792.05122.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=35.46%
G=40.24%
B=24.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021220.1200.400.217843.0163.53
HexB2CA7AC028154e2b40
Octal262312172140502511653100
Binary10110010110010101111010110001010001010110011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA7A; }

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

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

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

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

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

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

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

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