#B1D47E

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

Shades of Caper #B1D47E

Tints of Caper #B1D47E

Color information

#B1D47E (or 0xB1D47E) is unknown color: approx Caper. HEX triplet: B1, D4 and 7E. RGB value is (177,212,126). Sum of RGB (Red+Green+Blue) = 177+212+126=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D47E is #4E2B81. Grayscale: #C0C0C0. Windows color (decimal): -5122946 or 8311985. OLE color: 8311985.

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

Color convert

RGB177212126-
CMYK0.1700.410.17
HSL84.42º50%66.27%-
HSV(B)84.42º40.57%83.14%-
XYZ45.4457.9428.53-
YUV191.7390.9117.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=34.37%
G=41.17%
B=24.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121260.1700.410.1784.425066.27
HexB1D47E1102911543242
Octal261324176210512112462102
Binary101100011101010011111101000101010011000110101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D47E; }

 p { color: rgb(177,212,126); }

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

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

 a { background-color: rgb(177,212,126); }

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

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

 span { border-color: rgb(177,212,126); }

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