#B2CE72

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

Shades of Caper #B2CE72

Tints of Caper #B2CE72

Color information

#B2CE72 (or 0xB2CE72) is unknown color: approx Caper. HEX triplet: B2, CE and 72. RGB value is (178,206,114). Sum of RGB (Red+Green+Blue) = 178+206+114=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE72 is #4D318D. Grayscale: #BBBBBB. Windows color (decimal): -5058958 or 7524018. OLE color: 7524018.

HSL color Cylindrical-coordinate representation of color #B2CE72: hue angle of 78.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CE72 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB178206114-
CMYK0.1400.450.19
HSL78.26º48.42%62.75%-
HSV(B)78.26º44.66%80.78%-
XYZ43.4754.8224.21-
YUV187.1486.72121.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=35.74%
G=41.37%
B=22.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061140.1400.450.1978.2648.4262.75
HexB2CE72E02D134e303f
Octal26231616216055231166077
Binary1011001011001110111001011100101101100111001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CE72; }

 p { color: rgb(178,206,114); }

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

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

 a { background-color: rgb(178,206,114); }

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

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

 span { border-color: rgb(178,206,114); }

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