#B2D47A

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

Shades of Caper #B2D47A

Tints of Caper #B2D47A

Color information

#B2D47A (or 0xB2D47A) is unknown color: approx Caper. HEX triplet: B2, D4 and 7A. RGB value is (178,212,122). Sum of RGB (Red+Green+Blue) = 178+212+122=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D47A is #4D2B85. Grayscale: #BFBFBF. Windows color (decimal): -5057414 or 8049842. OLE color: 8049842.

HSL color Cylindrical-coordinate representation of color #B2D47A: hue angle of 82.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D47A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB178212122-
CMYK0.1600.420.17
HSL82.67º51.14%65.49%-
HSV(B)82.67º42.45%83.14%-
XYZ45.4257.9627.21-
YUV191.5788.74118.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=34.77%
G=41.41%
B=23.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121220.1600.420.1782.6751.1465.49
HexB2D47A1002A11533341
Octal262324172200522112363101
Binary101100101101010011110101000001010101000110100111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D47A; }

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

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

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

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

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

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

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

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