#B2D172

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

Shades of Caper #B2D172

Tints of Caper #B2D172

Color information

#B2D172 (or 0xB2D172) is unknown color: approx Caper. HEX triplet: B2, D1 and 72. RGB value is (178,209,114). Sum of RGB (Red+Green+Blue) = 178+209+114=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D172 is #4D2E8D. Grayscale: #BDBDBD. Windows color (decimal): -5058190 or 7524786. OLE color: 7524786.

HSL color Cylindrical-coordinate representation of color #B2D172: hue angle of 79.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D172 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB178209114-
CMYK0.1500.450.18
HSL79.58º50.8%63.33%-
HSV(B)79.58º45.45%81.96%-
XYZ44.256.2824.45-
YUV188.985.73120.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=35.53%
G=41.72%
B=22.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091140.1500.450.1879.5850.863.33
HexB2D172F02D1250333f
Octal26232116217055221206377
Binary1011001011010001111001011110101101100101010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D172; }

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

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

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

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

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

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

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

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