#B1C68E

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

Shades of Caper #B1C68E

Tints of Caper #B1C68E

Color information

#B1C68E (or 0xB1C68E) is unknown color: approx Caper. HEX triplet: B1, C6 and 8E. RGB value is (177,198,142). Sum of RGB (Red+Green+Blue) = 177+198+142=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C68E is #4E3971. Grayscale: #B9B9B9. Windows color (decimal): -5126514 or 9356977. OLE color: 9356977.

HSL color Cylindrical-coordinate representation of color #B1C68E: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1C68E is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB177198142-
CMYK0.1100.280.22
HSL82.5º32.94%66.67%-
HSV(B)82.5º28.28%77.65%-
XYZ43.2151.6933.29-
YUV185.34103.54122.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=34.24%
G=38.30%
B=27.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981420.1100.280.2282.532.9466.67
HexB1C68EB01C16522143
Octal261306216130342612241103
Binary10110001110001101000111010110111001011010100101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C68E; }

 p { color: rgb(177,198,142); }

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

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

 a { background-color: rgb(177,198,142); }

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

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

 span { border-color: rgb(177,198,142); }

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