#B2D17A

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

Shades of Caper #B2D17A

Tints of Caper #B2D17A

Color information

#B2D17A (or 0xB2D17A) is unknown color: approx Caper. HEX triplet: B2, D1 and 7A. RGB value is (178,209,122). Sum of RGB (Red+Green+Blue) = 178+209+122=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D17A is #4D2E85. Grayscale: #BEBEBE. Windows color (decimal): -5058182 or 8049074. OLE color: 8049074.

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

Color convert

RGB178209122-
CMYK0.1500.420.18
HSL81.38º48.6%64.9%-
HSV(B)81.38º41.63%81.96%-
XYZ44.6756.4726.96-
YUV189.8189.73119.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=34.97%
G=41.06%
B=23.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091220.1500.420.1881.3848.664.9
HexB2D17AF02A12513141
Octal262321172170522212161101
Binary10110010110100011111010111101010101001010100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D17A; }

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

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

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

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

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

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

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

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