#B2CB70

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

Shades of Caper #B2CB70

Tints of Caper #B2CB70

Color information

#B2CB70 (or 0xB2CB70) is unknown color: approx Caper. HEX triplet: B2, CB and 70. RGB value is (178,203,112). Sum of RGB (Red+Green+Blue) = 178+203+112=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB70 is #4D348F. Grayscale: #B9B9B9. Windows color (decimal): -5059728 or 7392178. OLE color: 7392178.

HSL color Cylindrical-coordinate representation of color #B2CB70: hue angle of 76.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CB70 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB178203112-
CMYK0.1200.450.20
HSL76.48º46.67%61.76%-
HSV(B)76.48º44.83%79.61%-
XYZ42.6453.3523.38-
YUV185.1586.72122.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=36.11%
G=41.18%
B=22.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782031120.1200.450.2076.4846.6761.76
HexB2CB70C02D144c2f3e
Octal26231316014055241145776
Binary1011001011001011111000011000101101101001001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB70; }

 p { color: rgb(178,203,112); }

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

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

 a { background-color: rgb(178,203,112); }

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

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

 span { border-color: rgb(178,203,112); }

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