#B2D57C

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

Shades of Caper #B2D57C

Tints of Caper #B2D57C

Color information

#B2D57C (or 0xB2D57C) is unknown color: approx Caper. HEX triplet: B2, D5 and 7C. RGB value is (178,213,124). Sum of RGB (Red+Green+Blue) = 178+213+124=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57C is #4D2A83. Grayscale: #C0C0C0. Windows color (decimal): -5057156 or 8181170. OLE color: 8181170.

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

Color convert

RGB178213124-
CMYK0.1600.420.16
HSL83.6º51.45%66.08%-
HSV(B)83.6º41.78%83.53%-
XYZ45.7958.5127.95-
YUV192.3989.4117.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=34.56%
G=41.36%
B=24.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131240.1600.420.1683.651.4566.08
HexB2D57C1002A10543342
Octal262325174200522012463102
Binary101100101101010111111001000001010101000010101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D57C; }

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

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

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

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

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

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

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

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