#B2D16F

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

Shades of Caper #B2D16F

Tints of Caper #B2D16F

Color information

#B2D16F (or 0xB2D16F) is unknown color: approx Caper. HEX triplet: B2, D1 and 6F. RGB value is (178,209,111). Sum of RGB (Red+Green+Blue) = 178+209+111=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D16F is #4D2E90. Grayscale: #BCBCBC. Windows color (decimal): -5058193 or 7328178. OLE color: 7328178.

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

Color convert

RGB178209111-
CMYK0.1500.470.18
HSL78.98º51.58%62.75%-
HSV(B)78.98º46.89%81.96%-
XYZ44.0356.2123.57-
YUV188.5684.23120.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=35.74%
G=41.97%
B=22.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091110.1500.470.1878.9851.5862.75
HexB2D16FF02F124f343f
Octal26232115717057221176477
Binary1011001011010001110111111110101111100101001111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D16F; }

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

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

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

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

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

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

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

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