#B2D57E

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

Shades of Caper #B2D57E

Tints of Caper #B2D57E

Color information

#B2D57E (or 0xB2D57E) is unknown color: approx Caper. HEX triplet: B2, D5 and 7E. RGB value is (178,213,126). Sum of RGB (Red+Green+Blue) = 178+213+126=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57E is #4D2A81. Grayscale: #C0C0C0. Windows color (decimal): -5057154 or 8312242. OLE color: 8312242.

HSL color Cylindrical-coordinate representation of color #B2D57E: hue angle of 84.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D57E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB178213126-
CMYK0.1600.410.16
HSL84.14º50.88%66.47%-
HSV(B)84.14º40.85%83.53%-
XYZ45.9258.5628.62-
YUV192.6290.4117.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=34.43%
G=41.20%
B=24.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131260.1600.410.1684.1450.8866.47
HexB2D57E1002910543342
Octal262325176200512012463102
Binary101100101101010111111101000001010011000010101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D57E; }

 p { color: rgb(178,213,126); }

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

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

 a { background-color: rgb(178,213,126); }

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

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

 span { border-color: rgb(178,213,126); }

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